gpt4 book ai didi

angular - 如何以编程方式隐藏 ngx-toaster?

转载 作者:行者123 更新时间:2023-12-05 08:51:37 26 4
gpt4 key购买 nike

我将 ngx-toaster 与 disableTimeOut 设置为 true。所以它不会自动隐藏。但是现在我不会在用户离开页面时(在 ngOnDestroy 方法内)以编程方式隐藏它。我该怎么做?

this.toastr.error(message, status, {disableTimeOut: true});

最佳答案

您只需调用 .clear() 方法并在需要时传递 toastId

 this.toastr.clear(this.toastRef.toastId);

STACKBLITZ DEMO

关于angular - 如何以编程方式隐藏 ngx-toaster?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59433831/

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