salemdar / angular2-cookie

Implementation of Angular 1.x $cookies service to Angular 2
MIT License
109 stars 29 forks source link

reflect-metadata and zone.js should be a peer dependancy #31

Open waterfoul opened 7 years ago

waterfoul commented 7 years ago

If two packages directly require reflect-metadata or zone.js at different versions it will cause data to get disconnected. Please move reflect-metadata and zone.js to peer and dev dependencies so this does not happen with this library

mp3por commented 7 years ago

Will this be changed soon ?

salemdar commented 7 years ago

@waterfoul You are right, thanks for pointing it out.

@mp3por There will be a new version (hopefully) within the week.