SyntaxFix
Write A Post
Hire A Developer
Questions
If this helps you,
<input type="checkbox" (ngModelChange)="mychange($event)" [ngModel]="mymodel"> mychange(val) { console.log(val); // updated value }