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

Tutorial: A Beginner's Guide To Using ngrx In An Ionic 2 App

Results 3 ionic2-tutorial-ngrx issues
Sort by recently updated
recently updated
newest added

Just a couple of small changes to make the code run.

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...

Perhaps there is something wrong with my setup, but there are several errors when running ionic serve on this app. Thanks!