mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
9 lines
121 B
HTML
9 lines
121 B
HTML
<ion-view>
|
|
<button primary (click)="showAlert()">Alert</button>
|
|
<!--
|
|
<ion-alert>
|
|
|
|
</ion-alert>
|
|
-->
|
|
</ion-view>
|