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
In my case I have done to fix the problem is: by adding
@import '~ngx-toastr/toastr.css';
into style.css - Main Style in root folder of your angular app