Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229350

This is my console ,i need to display all these item onto screen, what should i do,please help

$
0
0

addToCart(product) {
var productPrice = this.productCount * parseInt(product.price);
// this.cart=[];
let cartProduct = {
product_id: product.id,
name: product.name,
image: product.image,
count: this.productCount,
totalPrice: productPrice
};
this.cartService.addToCart(cartProduct).then((val) => {
//this.cart.push(cartProduct);

});

}


Viewing all articles
Browse latest Browse all 229350

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>