ngToast
ngToast copied to clipboard
Angular provider for toast notifications
If you set combineDuplication to true and compileContent to true, combination isn't working. The reason is that content is being compared by reference, which works for strings but not with...
…ring representation of the object created from $sce.trustAsHtml
Hi, it's currently possible to install ngToast via npm or bower. But for those of us using nuget, manual installation is always necessary. It would be great if ngToast is...