ngToast icon indicating copy to clipboard operation
ngToast copied to clipboard

Angular provider for toast notifications

Results 13 ngToast issues
Sort by recently updated
recently updated
newest added

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...

bug

…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...