Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 408 Bytes

File metadata and controls

28 lines (18 loc) · 408 Bytes

Formizee with Angular

This example shows how to use Formizee with Angular.

Instructions

  1. Update the endpoint url in src/app/app.component.html file.
// Update this //
<form method="post" action="https://api.formizee.com/v1/f/enp_123456">
  1. Install dependencies:
pnpm install
  1. Run Angular locally:
pnpm start

License

MIT License