我的组件实现了DoCheck,组件中实现了ngDoCheck 方法。 export class AppComponent implements DoCheck { ngDoCheck() { console.log('do check..'); } }
確定! 回上一頁