mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
fix(notifications): add trusted HTML type to the toastr
This commit is contained in:
parent
5db14b08bf
commit
178be8a785
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ export class NotificationsComponent {
|
|||
body: body,
|
||||
timeout: this.timeout,
|
||||
showCloseButton: this.isCloseButton,
|
||||
bodyOutputType: BodyOutputType.TrustedHtml,
|
||||
};
|
||||
this.toasterService.popAsync(toast);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue