I am trying to build a simple shopping cart application.
I have two components and a cart service like following.
<app-header></app-header>
<app-cart></app-cart>
In cart service has all the functionality for doing adding an item to cart, delete item in the cart, cart quantity etc.
I need to update the cart count in the header component when the user adds a product to the cart.
How to do that with a shared service.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…