(ngModelChange)="onChange($event)" calls onChange() with the new value of the component when its value changes. It actually just runs onChange($event) as ...
確定! 回上一頁