Answers for "toast in angular not working"

0

how to add toaster in angular 9

npm install ngx-toastr --save
Posted by: Guest on August-04-2020
0

toast in angular not working

If you are still looking for an easy solution 
I just added the following line to global styles.css:
@import '~ngx-toastr/toastr.css' and it worked
Posted by: Guest on March-24-2022

Code answers related to "toast in angular not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language