Html – Validation `Required` is not working with radiobtn when using ngFor in Reactive forms
I have a dynamic reactive angular form which builds forms and populates questions inside it dynamically according to questions types retrieved from the database. the problem is the required validation (native HTML5 validation ngNativeValidate) is not working when I add…