For using [(ngModel)] in Angular 2, 4 & 5+, you need to import FormsModule from Angular
example:
import { FormsModule } from '@angular/forms';
@NgModule({imports: [
[...]
FormsModule
],
[...]
})
For using [(ngModel)] in Angular 2, 4 & 5+, you need to import FormsModule from Angular
example:
import { FormsModule } from '@angular/forms';
@NgModule({imports: [
[...]
FormsModule
],
[...]
})
For further actions, you may consider blocking this person and/or reporting abuse
Asif Sheikh -
A0mineTV -
Long Nguyễn Xuân -
Melanys -
Top comments (0)