在 App.module 中:在 appModule
中导入 ToastrModule
ToastrModule.forRoot({
timeOut: 3000,
preventDuplicates: true,
}),
在内部组件中
this.toastr.error("test err");
显示需要时间,大约 30 到 40 秒。
在 App.module 中:在 appModule
中导入 ToastrModule
ToastrModule.forRoot({
timeOut: 3000,
preventDuplicates: true,
}),
在内部组件中
this.toastr.error("test err");
显示需要时间,大约 30 到 40 秒。