Posts by Lucas Caetano • 1 point
1 post
-
-1
votes1
answer587
viewsQ: Angular Error: Property 'Controls' does not exist on type 'Abstractcontrol'
I’m having trouble setting values within form inputs. My form.component.ts: // Form this.constituicaoForm = this.fb.group({ // Contrato descricao: ['', Validators.required], modalidade: ['',…