mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
14 lines
151 B
HTML
14 lines
151 B
HTML
|
|
<ion-content padding>
|
|
<button block danger (click)="closeModal()">
|
|
<icon close></icon>
|
|
Close Modal
|
|
</button>
|
|
</ion-content>
|
|
|
|
|
|
|
|
|
|
|
|
|