/angular-signup-form

Angular signup form with no backend

Primary LanguageTypeScriptMIT LicenseMIT

Sign Up Form

A simple sign up/registration form in Angular 2. Used to demonstrate form validation.

To work on this project:

  • Run npm install inside the project folder to download all the dependencies. This only needs to be done once.
  • Run npm run build to compile the TypeScript code in the src folder into ES5 code into the app folder.
  • Run npm run serve to start a local development web server. You can now access the application at localhost:8080.