Type mismatch creating an angular FormGroup using a custom FormGroup
I want to be able to define my own methods for a custom angular FormGroup. So I created a class that extends the default angular formgroup, and I want it to be of the same type as IUnitForm
Generate option for dynamically generated dropdown in angular
I’m creating form dynamic form control using this code