ikismail / Angular-ShoppingCart

ShoppingCart (Ecommerce) 🛒 Application using Angular10, Firebase, PWA, Drag&Drop, Materialized Bootstrap and i18n 🚀🔥👨‍💻
https://angular-shoppingcart.firebaseapp.com/
MIT License
621 stars 387 forks source link

Question about use updateProduct() #68

Closed Logan0official closed 4 years ago

ikismail commented 4 years ago

updateProduct(data: Product) { this.products.update(data.$key, data); } I noticed this but still did not understand how to use it?

@Logan0official Can u please elaborate the question!