标签: nebular
我需要像https://scttcper.github.io/ngx-toastr按钮关闭所有吐司一样立即关闭所有显示的吐司。
我想知道是否可以立即关闭所有NbToastr吗?
谢谢!
答案 0 :(得分:1)
我已经知道了...
const toastRef: NbToastRef = this.toastrService.show(...); toastRef.close();