this.router.navigateByUrl(
this.redirectTo,
// By replacing the current URL in the history, we keep the Browser's Back
// Button behavior in tact. This will allow the user to easily navigate back
// to the previous URL without getting caught in a redirect.
{
replaceUrl: true
}
);
Không có nhận xét nào:
Đăng nhận xét