有没有办法关闭所有 Nebular toastr?
Is there a way to close all Nebular toastr?
我需要立即关闭所有显示的 toasts,例如 https://scttcper.github.io/ngx-toastr 按钮关闭所有 Toasts。
我想知道有没有办法一次性关闭所有的NbToastr?
谢谢!
我已经想通了...
const toastRef: NbToastRef = this.toastrService.show(...);
toastRef.close();
我需要立即关闭所有显示的 toasts,例如 https://scttcper.github.io/ngx-toastr 按钮关闭所有 Toasts。
我想知道有没有办法一次性关闭所有的NbToastr?
谢谢!
我已经想通了...
const toastRef: NbToastRef = this.toastrService.show(...);
toastRef.close();