I want to implement notifications messages like
"Success! Your Details Added"
"Warning! Something Went Wrong"
"Danger! You don't have access to this"
i am already using angular material in my application can i use 'snack-bar' for notification purpose?
i also found some related toaster at npm
Suggest me if there is an another way to do this.
I use this ngx-toastr, demo