mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
feat(demo): add a sample value accessor so we don't have to use
ngDefaultControl
This commit is contained in:
@ -12,4 +12,8 @@ export class InputsTestPageComponent implements OnInit {
|
||||
constructor() {}
|
||||
|
||||
ngOnInit() {}
|
||||
|
||||
changed(evt) {
|
||||
console.log(evt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user