Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Open project in vs code ...
FormArray is a variant of FormGroup. FormArray accepts an array of Form Groups or Form Controls. We can group the form controls for a single user, under a single form group. Then this multiple form ...