9 lines
178 B
HTML
9 lines
178 B
HTML
|
<ion-header>
|
||
|
<ion-navbar>
|
||
|
<ion-title>{{ title }}</ion-title>
|
||
|
</ion-navbar>
|
||
|
</ion-header>
|
||
|
<ion-content>
|
||
|
<core-iframe [src]="url"></core-iframe>
|
||
|
</ion-content>
|