for using ngModel
directive, I included
- import { FormsModule } from '@angular/forms';
@NgModule({ imports: [ BrowserModule, FormsModule ], ... })
as mentioned here. But now I'm getting xhr error for loading @angular/forms from npmcdn
(guess it won't be there) while using plunker. any idea on what to include in plunker ?