Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 699 Bytes

File metadata and controls

37 lines (23 loc) · 699 Bytes

Angular Template-Driven Form Example

Angular example of a Template-Driven Form.

More details can be found here.

Requirements

Node.js and NPM.

Installation

Git clone this repository.

git clone https://github.com/davescripts/angular-template-driven-form-example.git

Run the npm install command on the root folder of the project.

cd angular-template-driven-form-example
npm install

Run

ng serve --open

Live Demo

Live demo at StackBlitz.

License

This project is licensed under the MIT license.