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
- Host: GitHub
- URL: https://github.com/ukyo/learn-ngx-reactive-forms
- Owner: ukyo
- Created: 2017-07-04T07:47:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T12:10:17.000Z (almost 9 years ago)
- Last Synced: 2025-06-21T23:05:33.581Z (about 1 year ago)
- Topics: angular, javascript
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```