ngx-toastr, Toast not showing in Angular 7

I was able to make a minimal reproduction of your issue, and I don’t see any problems: https://stackblitz.com/edit/angular-avcidu Is it possible that you have some custom styles that conflict with the toastr.css styles, or a template that is malformed (an unclosed div, for example)? Are you using the latest version of ngx-toastr? (9.1.1 at the … Read more