【发布时间】:2022-07-22 18:16:03
【问题描述】:
我试图在导航到页面后关闭 boostrap 模式。但是,当我导航到页面时,模式保持打开状态。我尝试使用 activeModal 类中的 close 方法,但仍然保持打开状态。这是我的代码:
viewNewLocationPage(): void {
this.router.navigate(['/locations/new']);
this.activeModal.close();
}
【问题讨论】:
-
请创建一个minimal reproducible example 来显示问题。您可以使用stackblitz 制作一个。
-
重定向前关闭模型
标签: angular bootstrap-modal angular-bootstrap bootstrap5-modal