checkbox type 27event 27 is not assignable to type 27boolean 27

Solutions on MaxInterview for checkbox type 27event 27 is not assignable to type 27boolean 27 by the best coders in the world

showing results for - "checkbox type 27event 27 is not assignable to type 27boolean 27 "
Lilli
28 Jul 2016
1//import the FormsModule in app.module.ts
2 
3import { FormsModule } from '@angular/forms';
4...
5imports: [
6..,
7FormsModule
8],
9