To work around this, run these tasks outside the Angular zone. For example: this.ngZone.runOutsideAngular(() => { setTimeout(() => { // Changes here will not ...
確定! 回上一頁