feat(demo): add a sample value accessor so we don't have to use

ngDefaultControl
This commit is contained in:
Ken Sodemann
2017-11-15 12:30:16 -06:00
parent 0c899904b8
commit 20c25df280
6 changed files with 67 additions and 3 deletions

View File

@ -12,4 +12,8 @@ export class InputsTestPageComponent implements OnInit {
constructor() {}
ngOnInit() {}
changed(evt) {
console.log(evt);
}
}