Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashish173/ng2-forms
Demo app for angular reactive nested forms
https://github.com/ashish173/ng2-forms
angular-2 angular-cli reactive-forms
Last synced: 10 days ago
JSON representation
Demo app for angular reactive nested forms
- Host: GitHub
- URL: https://github.com/ashish173/ng2-forms
- Owner: ashish173
- Created: 2017-02-08T12:50:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T17:09:23.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T16:02:25.734Z (18 days ago)
- Topics: angular-2, angular-cli, reactive-forms
- Language: TypeScript
- Homepage: https://ashish173.github.io/ng2-forms/
- Size: 1.28 MB
- Stars: 25
- Watchers: 4
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Angular Reactive forms
This is a demo project repository for [Angular Reactive forms blog](https://medium.com/aviabird/complete-angular2-guide-reactive-forms-in-depth-part-1-21a8e2428904).
Concept for this form is directly picked from our startup [Yatrum](http://yatrum.com) an application for travellers. Code for it is also open source and can be found [here](https://github.com/aviabird/yatrum). Go ahead clone it and use it for your purpose in any way you want.
## Development server
Commands to run the example locally.* `npm install`
* `ng serve`
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.## Deploying to Github Pages
Run `ng github-pages:deploy` to deploy to Github Pages.