Closed devmao closed 7 years ago
It already does support angular 4.
yes in master but it's not released
No, the version on npm supports angular 4 just fine.
good but the latest version (2.2.1) has angular 2 as peer dep
it's working fine in ionic 3, right now i used an do not have problem
Can confirm, am using store with Angular 4 just fine; the peer dep is annoying, for sure, but doesn't stop any actual code working.
Yes, it seems working well, at least on my simple app. Btw, I'm also using these guys:
Therefore, for now, I can ignore these npm warnings:
npm WARN @ngrx/effects@2.0.2 requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN @ngrx/store@2.2.1 requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN angularfire2@2.0.0-beta.7-pre requires a peer of @angular/common@^2.0.0 but none was installed.
npm WARN angularfire2@2.0.0-beta.7-pre requires a peer of @angular/compiler@^2.0.0 but none was installed.
npm WARN angularfire2@2.0.0-beta.7-pre requires a peer of @angular/core@^2.0.0 but none was installed.
npm WARN angularfire2@2.0.0-beta.7-pre requires a peer of @angular/platform-browser@^2.0.0 but none was installed.
npm WARN angularfire2@2.0.0-beta.7-pre requires a peer of @angular/platform-browser-dynamic@^2.0.0 but none was installed.
npm WARN @angular/core@2.2.1 requires a peer of rxjs@5.0.0-beta.12 but none was installed.
npm WARN @angular/core@2.2.1 requires a peer of zone.js@^0.6.21 but none was installed.
It might technically work with Angular v4, but the old peer dependencies prevent the use of npm-shrinkwrap (this is critical for serious apps). We really need a release that is compatible with v4.
We just got back from ng-conf this past week, so we'll need to finish up the next release but it will the peer dependencies issue will be fixed.
@brandonroberts Any news on that ?
Hi,
Soon I have to start a new project in Ionic 3 and I really want to use this great module but the question is, when do you think that you are able to release a stable version that supports Angular 4?
Thank you