ngx-toastr, Toast not showing in Angular 7

后端 未结 16 1698
清歌不尽
清歌不尽 2021-02-01 12:37

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

16条回答
  •  遥遥无期
    2021-02-01 13:21

    I have imported ~ngx-toastr/toastr.css but it was not working. So, I have copied all the CSS present in the above file and pasted it in my styles.css.

    It's working for me.

提交回复
热议问题