forked from CIT/Vmeda.Online
15 lines
505 B
HTML
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>
|