/ng2-forms

Demo app for angular reactive nested forms

Primary LanguageTypeScript

Angular Reactive forms

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.

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.