Not working on route change #35
Labels
needs repro
Indicates that this issue needs a reproduction before further steps can be taken
support
Indicates a request for help / clarification
I am changing route immediately after previewing notification box.
this._notify.notify('success', 'Customer updated!'); this._router.navigate(['/customer']);
In this situation above, notification is not working.
Plus after this, any other notification on other pages are also not previewing.
The text was updated successfully, but these errors were encountered: