Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 ngx-toaster 与disableTimeOuttrue 一起使用。所以它不会自动隐藏。但是现在我不会在用户离开页面时(在 ngOnDestroy 方法内)以编程方式隐藏它。我该怎么做?
disableTimeOut
this.toastr.error(message, status, {disableTimeOut: true});
如果需要,您只需调用 .clear() 方法并传递 toastId
this.toastr.clear(this.toastRef.toastId);
堆栈闪电战演示
使用清除()
this.toastr.clear()