autoRefreshInterval = setInterval(() => this.refresh(), 10000); } ngOnDestroy() { // Clean up the auto refresh cycle when the component dies ...
確定! 回上一頁