Category "formgroups"

Error: Cannot find control with path: 'linkedUrns -> [object Object]'

I'm trying to create a widget which allows the user to enter Unique Reference Numbers (strings) Here is the template for the component: <div class="card

FormGroup is deprecated

I've already seen some related question & answers, but unfortunately those didn't help me much. ngOnInit(): void { this.form = this.fb.group({ new

How to disable all FormControls inside a FormGroup

I have this reactive Angular Form structure: myForm: FormGroup; Personal: FormGroup; FIRST_NAME: FormControl; LAST_NAME: FormControl; ngOnInit(): void { th