github scttcper/ngx-toastr 3.1.0

latest releases: v14.2.2, v14.2.1, v14.2.0...
7 years ago

Big thanks to @yarrgh in #34

  • Set global settings more easily
// your @NgModule
imports: [
  ToastrModule.forRoot({ alwaysOnTop: false, timeOut: 10000 })
]
  • new individual settings
this.toastrService.success('message', 'title', {timeOut: 10000 });
  • fixed a bug when setting timeOut = 0

Don't miss a new ngx-toastr release

NewReleases is sending notifications on new releases.