Skip to content

formizee/formizee-angular-example

Repository files navigation

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