Skip to content

davescripts/angular-reactive-form-example

Repository files navigation

Angular Reactive Form Example

Angular example of a Reactive Form.

More details can be found here.

Requirements

Node.js and NPM.

Installation

Git clone this repository.

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

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

cd angular-reactive-form-example
npm install

Run

ng serve --open

Live Demo

Live demo at StackBlitz.

License

This project is licensed under the MIT license.