Kindly do this.
export class HomePage {
item:any; //define your item here;
constructor(public navCtrl: NavController,private storage: Storage, private sqlite: SQLite) {}
function1(){
this.item = [];
}
}
Kindly do this.
export class HomePage {
item:any; //define your item here;
constructor(public navCtrl: NavController,private storage: Storage, private sqlite: SQLite) {}
function1(){
this.item = [];
}
}