gpt4 book ai didi

javascript - Angular4 - 从页面历史堆栈中删除页面引用

转载 作者:太空狗 更新时间:2023-10-29 18:08:11 26 4
gpt4 key购买 nike

在我的 Angular Web 应用程序中,需要从 Angular 页面历史堆栈中删除页面引用。例如:我现在从登录页面导航到仪表板页面应该从堆栈中删除登录页面引用。

enter image description here

最佳答案

我认为您需要查看 https://angular.io/api/router/NavigationExtras#replaceUrl

根据文档,导航到组件时需要传递 replaceUrl: true:

Navigates while replacing the current state in history.

// Navigate to /view
this.router.navigate(['/view'], { replaceUrl: true });

关于javascript - Angular4 - 从页面历史堆栈中删除页面引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45974212/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com