Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 784 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 784 Bytes

ReactiveForm

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 .

Setting up the application

  1. Download .zip file from GitHub and unzip.

  2. Run npm install to install libraries.

  3. Run ionic ng serve, it will automatically generate a local www build and open this in your browser

  4. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.