ionic2-tutorial-ngrx
ionic2-tutorial-ngrx copied to clipboard
Error can't find 'rxjs/rx' no found
hi , I had a error with rxjs module, I fix it with:
import { Observable } from 'rxjs/Rx'; import 'rxjs/add/operator/map'; import 'rxjs/add/operator/mergeMap';
only replace rx by Rx, and add the operators.
thanks for the tutorial (Y)