Skip to content

Commit

Permalink
chore(text-value-as-html): adds appHtmlLink directive
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Nov 18, 2021
1 parent e8d1c6f commit b057433
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
<div [innerHTML]="htmlFromKnora | appLinkify" class="value"></div>
<div [innerHTML]="htmlFromKnora | appLinkify" appHtmlLink class="value"></div>
<div *ngIf="comment">
<label>{{commentLabel}}: </label><span class="comment">{{comment}}</span>
</div>

0 comments on commit b057433

Please sign in to comment.