Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 335 Bytes

Angular/TypeScript Forms

This code sample demonstrates how Angular template-driven forms and reactive forms can be created and used.

Running the Application

  1. Install the Angular CLI: npm install -g @angular/cli

  2. Run npm install to install app dependencies

  3. Run ng serve -o to start the server and launch the app