When will Ionic 2 beta run against Angular RC5?
We need this for ngrx store which uses either Angular RC0 or Angular RC5.
When will Ionic 2 beta run against Angular RC5?
We need this for ngrx store which uses either Angular RC0 or Angular RC5.
Yesterday I had the same question. I’ve decided to use @ngrx/store ver, 2.0.1 with angular 2.0.0-rc.4
Ok , I tried that now I am seeing this problem:
TypeScript error: /Users/tyrion/devel/saveup-front/app/shared/store/auth.reducer.ts(4,31): Error TS2315: Type 'Reducer' is not generic.
TypeScript error: /Users/tyrion/devel/saveup-front/app/shared/store/goals.reducer.ts(5,21): Error TS2315: Type 'Reducer' is not generic.
TypeScript error: /Users/tyrion/devel/saveup-front/app/shared/store/goals.reducer.ts(26,27): Error TS2315: Type 'Reducer' is not generic.
Did you experience any problems with that package combination?
I’ve decided not to specify Reducer type
It is now called ActiveReducer
. After I build it in, all my errors vanished. We are seeing still some minor quirks, but both platforms build locally and in the Cloud now without problems.
I hope anytime soon. The milestones on github are 100% completed.
look at github ionic rc.0 was released today
the team closed all issues for milestone beta.12 and open new rc.1 milestone, but in there changelog magically there is a rc.0
Normally when the team closed the milestones they released very fast the version, I hope this will happen also this time.
The also released ionic-angular rc.0 in npm =)
thx IONIC TEAM for your great work!!