mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
10 lines
186 B
HTML
10 lines
186 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Modals</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<button (click)="openModal()">Open Modal</button>
|
|
</ion-content>
|
|
|
|
<ion-overlay></ion-overlay>
|