Is there a convenient way to use something like Bert to display notifications in Angualr?
I tried installing Bert and wrapping it with angular-blaze-template, but the latter appears to break my front-end (just by having it installed; only my is showing, nothing else).
and tried following the instructions here by adding
import 'ng-toast/dist/ngToast.min.css';
import 'ng-toast/dist/ngToast.min.js';
import 'ng-toast/node_modules/angular-sanitize/angular-sanitize.min.js';
// reaching into that node_modules folder feels wrong!
I don’t know where to find angular-animate.min.js.
I added ngToast as a dependency, added the element in the body, and injected it into my controller nonetheless, just to see what happens, but as could be expected, I get an error.
Any pointer in the right direction wil be appreciated.