src/app/cart/cart-components/components/shopping-cart/smart/shopping-cart.component.ts
changeDetection | ChangeDetectionStrategy.OnPush |
selector | shopping-cart |
template |
Properties |
Methods |
Inputs |
constructor(store: Store
|
||||||
Parameters :
|
ui | |
Type : string
|
|
removeFromCart | ||||||
removeFromCart(bookId: number)
|
||||||
Parameters :
Returns :
void
|
cartBooks$ |
Type : Observable<Book[]>
|