Posts by William Sales • 21 points
2 posts
-
1
votes1
answer3039
viewsA: Error : Can’t bind to 'formGroup' Since it isn’t a known Property of 'form'
I was inserting the imports: import { ReactiveFormsModule, FormsModule } from '@angular/forms'; only in the module Registerpagemodule however (in my case) there is another module that calls the one…
-
1
votes1
answer3039
viewsQ: Error : Can’t bind to 'formGroup' Since it isn’t a known Property of 'form'
I am creating an app in IONIC V 4 In the form using Formbuilder added the tag [formGroup] appeared two errors : <form [formGroup]="formRegister"> and the other : The componet…