Create your toast component extending Toast see the demo's pink toast for an examplehttps://github.com/scttcper/ngx-toastr/blob/master/src/app/pink.toast.ts import{ToastrModule}from'ngx-toastr';@NgModule({imports:[ToastrModule.forRoot({toastComponent:YourToastComponent,// added custom toast!}...
Code This branch is112 commits behindscttcper/ngx-toastr:master. README MIT license ngx-toastr DEMO:https://ngx-toastr.netlify.com/ Features Toast Component Injection without being passedViewContainerRef No use of*ngFor. Fewer dirty checks and higher performance. ...
GitHub:ngx-toastr 、演示地址:Demo 效果图: 添加样式,在angular.json: 在app.module.ts: ngx-toastr使用:...
Create your toast component extending Toast see the demo's pink toast for an examplehttps://github.com/scttcper/ngx-toastr/blob/master/src/app/pink.toast.ts import{ToastrModule}from'ngx-toastr';@NgModule({imports:[ToastrModule.forRoot({toastComponent:YourToastComponent,// added custom toast!}...