mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
5 lines
191 B
HTML
5 lines
191 B
HTML
<ds-alert [type]="AlertTypeEnum.Error" [dismissible]="false">
|
|
<!-- Using [innerHTML] instead of {{message}} allows to render HTML code -->
|
|
<span [innerHTML]="message"></span>
|
|
</ds-alert>
|