Angular Archives - 7-Views
The directive [(ngModel)]= not working anymore in rc5
The problem arises due to forms module not added by default. So to add this please add the following line in the app.module.ts file import { FormsModule } from ‘@angular/forms’;