//the error is (Property \'productId\' does not exist on type \'never\'.) and (Property \'qty\' //does not exist on type \'never\'.)
addProductToCart(product: Product) {<