ionic2-tutorial-ngrx icon indicating copy to clipboard operation
ionic2-tutorial-ngrx copied to clipboard

Error can't find 'rxjs/rx' no found

Open davidperafan opened this issue 9 years ago • 0 comments

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)

davidperafan avatar Dec 26 '16 16:12 davidperafan