[AngularJS] Re: Can't bind to 'ngModel' since it isn't a known property of 'input'

2019-04-04 Thread zalabhavesh4089
I am getting same error please help me. On Wednesday, August 10, 2016 at 9:48:37 AM UTC-7, Eduardo Cavalcanti wrote: > > Has anyone else received an error like this after upgrading to RC5? It > works fine under RC4. > > It happens during the template compilation phase. A segment of the >

Re: [AngularJS] Re: Can't bind to 'ngModel' since it isn't a known property of 'input'

2019-04-04 Thread zalabhavesh4089
Hello sir, I had already added formModule and ReactiveFormsModule but i getting same error. On Wednesday, August 10, 2016 at 12:54:51 PM UTC-7, Eduardo Cavalcanti wrote: > > Thank you Lucas, > > It was necessary to to mention > ``` > import { FormsModule } from '@angular/forms'; > ``` > and