This example shows how to use Formizee with Angular.
- 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">
- Install dependencies:
pnpm install
- Run Angular locally:
pnpm start
MIT License