ngx-toastr, Toast not showing in Angular 7
Try to import ~ngx-toastr/toastr.css in your main... style.css of angular app .
It will not be working due to a conflict between some CSS.
@import '~ngx-toastr/toastr.css';
Try to import ~ngx-toastr/toastr.css in your main... style.css of angular app .
It will not be working due to a conflict between some CSS.
@import '~ngx-toastr/toastr.css';
Comments
Post a Comment