This project was generated with Angular CLI version 6.2.0-beta.1.
this project explain how to use reactive form width angular and includes what you need to build your own complete form using (FormBuilder,FormGroup,FormArray,multiple select ,validations ,custom validations, select, error messages ....)
we use static data for code simplicity but you can use data from your own server .
-
Download .zip file from GitHub and unzip.
-
Run npm install to install libraries.
-
Run ionic ng serve, it will automatically generate a local www build and open this in your browser
-
Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.