ngx-toastr, Toast not showing in Angular 7

后端 未结 16 1737
清歌不尽
清歌不尽 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条回答
  •  旧时难觅i
    2021-02-01 13:08

    This is deeply linked to the new bootstrap version that comes with Toasts. Here is an issue discussing it :

    https://github.com/ng-bootstrap/ng-bootstrap/issues/2945

    I myself did keep the "old" 4.1.3 bootstrap, and will keep an eye on next ng-bootstrap version, that way I don't hack the css :)

    #toast-container > div {
      opacity:1;
    }
    

提交回复
热议问题