Example 1: angular refresh page without reloading this.router.navigate(['path/to']) .then(() => { window.location.reload(); }); Example 2: refresh data ...
確定! 回上一頁