This is a demo project repository for Angular Reactive forms blog.
Concept for this form is directly picked from our startup Yatrum an application for travellers. Code for it is also open source and can be found here. Go ahead clone it and use it for your purpose in any way you want.
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.
Run ng github-pages:deploy
to deploy to Github Pages.