Skip to content

davescripts/angular-template-driven-form-example

Repository files navigation

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.