2018-01-19 10:11:32 +01:00

15 lines
507 B
HTML

<ion-header>
<ion-navbar>
<ion-title>{{ title }}</ion-title>
<ion-buttons end *ngIf="isModal">
<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>