2 lines
80 B
HTML
2 lines
80 B
HTML
<a *ngIf="href" [href]="href">{{ text }}</a>
|
|
<div *ngIf="!href">{{ text }}</div> |
<a *ngIf="href" [href]="href">{{ text }}</a>
|
|
<div *ngIf="!href">{{ text }}</div> |