Skip to content

Commit b8bcf7c

Browse files
Merged in task/ux-plus-2023_02_x/UXP-143 (pull request #4)
[UXP-143] display header as innerHTML
2 parents 9ccdeb2 + 19cd0a2 commit b8bcf7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<h1 *ngIf="name">{{ name }}</h1>
1+
<h1 *ngIf="name" [innerHTML]="name"></h1>

0 commit comments

Comments
 (0)