ngParty / ng-metadata

Angular 2 decorators and utils for Angular 1.x

Home Page:https://hotell.gitbooks.io/ng-metadata/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it save to use rxjs@5.0.0-rc.5?

david-gang opened this issue · comments

In the documentation it is written that we should

npm i --save rxjs@5.0.0-rc.1

Is it safe to use a later version ?

I thinks yes, Rx is used only for EventEmitter, but we are following angular 2 dependencies, so we will mirror what version they have as peerDependency

Maybe we could even jump to ^5.0.1 or ~5.0.1?