angular2-notifications icon indicating copy to clipboard operation
angular2-notifications copied to clipboard

Same class of HTML wrapper element

Open mark-langer opened this issue 3 years ago • 0 comments

When creating a custom Notification with the NotificationService.html() method, the sn-content class was added around the entire HTML code one passed to the method. This should have been the sn-html class, in my opinion.

When creating the notification from an Angular template, the class sn-html is added, which looks correct to me. I changed the code so that the sn-html class is assigned in both cases.

mark-langer avatar Mar 30 '22 15:03 mark-langer