CyberV / Angular-Forms

Angular/TypeScript template-driven and reactive forms example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Angular/TypeScript template-driven and reactive forms example.


Languages

Language:TypeScript 55.0%Language:HTML 39.9%Language:JavaScript 4.0%Language:CSS 1.1%