i tried this way, but i could display items at data[1] only
this.storage.get(“cartItems”).then(data=>
{
if(data)
{
this.cart=data[1];
}
});
i tried this way, but i could display items at data[1] only
this.storage.get(“cartItems”).then(data=>
{
if(data)
{
this.cart=data[1];
}
});