An open API service indexing awesome lists of open source software.

https://github.com/ukyo/learn-ngx-reactive-forms

learn Angular ReactiveForms
https://github.com/ukyo/learn-ngx-reactive-forms

angular javascript

Last synced: about 2 months ago
JSON representation

learn Angular ReactiveForms

Awesome Lists containing this project

README

          

# learn-ngx-reactive-forms

Execute the following commands and open http://localhost:4200 .

```
$ npm install -g @angular/cli@latest
$ git clone https://github.com/ukyo/learn-ngx-reactive-forms.git
$ cd learn-ngx-reactive-forms/examples
$ npm install
$ ng serve
```