UNPKG

ionic-framework

Version:
12 lines (10 loc) 404 B
<ion-content padding> <h2>Local Storage</h2> <button primary (click)="getLocal()">Get</button> <button primary (click)="setLocal()">Set</button> <button primary (click)="removeLocal()">Remove</button> <h2>SQL Storage</h2> <button primary (click)="getSql()">Get</button> <button primary (click)="setSql()">Set</button> <button primary (click)="removeSql()">Remove</button> </ion-content>