关闭ngx引导模式而不关闭角度10中的其他引导模式

发布于 2025-01-17 20:08:20 字数 81 浏览 0 评论 0原文

我有一个 ngx 引导模式,它在另一个 ngx 引导模式之上打开。如果我关闭顶部模式,那么它也会关闭另一个模式。我只需要顶部模态来关闭,而不是全部。

I have one ngx bootstrap modal which gets opened on top of another ngx bootstrap modal.If I close the top modal then it is closing the other modal also. I need only the top modal to get closed and not all.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

再浓的妆也掩不了殇 2025-01-24 20:08:20

您不是在模板中使用相同的引用吗?

喜欢这里:使用相同的modalref

<button type="button" class="btn-close close pull-right" aria-label="Close" (click)="modalRef?.hide()">
    <span aria-hidden="true" class="visually-hidden">×</span>
</button>

您的代码的一点也可能会有所帮助:)
干杯

Didn't you use the same references in your templates ?

like here : using the same modalRef :

<button type="button" class="btn-close close pull-right" aria-label="Close" (click)="modalRef?.hide()">
    <span aria-hidden="true" class="visually-hidden">×</span>
</button>

A little bit of your code might help as well :)
Cheers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文