This video is to explain how to validate fields that are added dynamically. User clicks on "+Add" button & new field getting added in the form in a *ngFor loop.
To validate this type of fields will use formArray of Form Builder.
Code base: https://github.com/gitoutofbox/angula...