fix(notifications): add trusted HTML type to the toastr

This commit is contained in:
KostyaDanovsky 2017-09-19 19:54:45 +03:00
parent 5db14b08bf
commit 178be8a785

View file

@ -67,6 +67,7 @@ export class NotificationsComponent {
body: body,
timeout: this.timeout,
showCloseButton: this.isCloseButton,
bodyOutputType: BodyOutputType.TrustedHtml,
};
this.toasterService.popAsync(toast);
}