forked from EVOgeek/Vmeda.Online
15 lines
491 B
HTML
15 lines
491 B
HTML
<ion-header>
|
|
<ion-navbar>
|
|
<ion-title>{{ title }}</ion-title>
|
|
|
|
<ion-buttons end>
|
|
<button ion-button icon-only (click)="closeModal()" [attr.aria-label]="'core.close' | translate">
|
|
<ion-icon name="close"></ion-icon>
|
|
</button>
|
|
</ion-buttons>
|
|
</ion-navbar>
|
|
</ion-header>
|
|
<ion-content padding>
|
|
<img [src]="image" alt="{{ title }}" core-external-content [component]="component" [componentId]="componentId">
|
|
</ion-content>
|