ngOnInit () is called after ngOnChanges() was called the first time. ngOnChanges() is called every time inputs are updated by change detection.
確定! 回上一頁