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
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Mike Young -
Abhishek Badar -
Mike Young -
Abhishek Badar -
Top comments (0)