forked from CIT/Vmeda.Online
8 lines
189 B
HTML
8 lines
189 B
HTML
@if (icon) {
|
|
<ion-icon [name]="icon" aria-hidden="true" />
|
|
} @else if (image) {
|
|
<img [src]="image" role="presentation" alt="">
|
|
}
|
|
<p *ngIf="message">{{ message }}</p>
|
|
<ng-content />
|