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
When I read this thread, I guess you could fix your problem. However, I would leave the solution to my problem here unless someone might have the same as us.
What I have done to fix the problem is: to add @import '~ngx-toastr/toastr.css';
into style.css
under the root directory of the project will get rid of the issue.