mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
7 lines
265 B
HTML
7 lines
265 B
HTML
<ion-content class="padding">
|
|
<button primary (click)="doAlert()">Alert</button>
|
|
<button primary (click)="doPrompt()">Prompt</button>
|
|
<button primary (click)="doConfirm()">Confirm</button>
|
|
<button primary (click)="doCustom()">Custom</button>
|
|
</ion-content>
|