2017-12-15 08:09:29 +01:00

15 lines
505 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]="'mm.core.close' | translate">
<ion-icon name="close"></ion-icon>
</button>
</ion-buttons>
</ion-navbar>
</ion-header>
<ion-content padding>
<core-format-text [text]="content" [component]="component" [componentId]="componentId"></core-format-text>
</ion-content>