Skip to content

Commit

Permalink
Remove unused AsyncPipe (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored and btroncone committed Jul 13, 2016
1 parent 434c439 commit fc60625
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shopping-cart/src/app/shoppingCart-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {getProducts, addToCart} from './actions/products';
import {checkout} from './actions/cart';

import {getProductsAsArry, getCalculatedCartList} from './reducers';
import {AsyncPipe} from '@angular/common';
import { Subject } from 'rxjs';
import {Store, Action} from '@ngrx/store';

Expand Down

0 comments on commit fc60625

Please sign in to comment.