I\'m currently developing a web app using Angular 7. I wanted to include ngx-toastr to send notifications to users but it isn\'t working as expected. When I trigger a toast noth
Check the dependency.
OR
Try fixing the css import or
you can copy the css from here toastr.css and past it inside your global css or
create a new css file and add that file path in
angular.json -> styles: [..., "your/style/path/toastr.css"]