mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01: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,
|
body: body,
|
||||||
timeout: this.timeout,
|
timeout: this.timeout,
|
||||||
showCloseButton: this.isCloseButton,
|
showCloseButton: this.isCloseButton,
|
||||||
|
bodyOutputType: BodyOutputType.TrustedHtml,
|
||||||
};
|
};
|
||||||
this.toasterService.popAsync(toast);
|
this.toasterService.popAsync(toast);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue