Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ion-grid text-center>
- <ion-row>
- <ion-col>
- <h3>Store And Load</h3>
- </ion-col>
- </ion-row>
- <ion-row>
- <ion-col>
- <button ion-button outline (click)="onAction('load')"> Load List</button>
- </ion-col>
- </ion-row>
- <ion-row>
- <ion-col>
- <button ion-button outline (click)="onAction('store')"> Save List</button>
- </ion-col>
- </ion-row>
- </ion-grid>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement