salemdar / angular2-cookie

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

angular2-cookie for Angular 4.0.x #54

Open DerZyklop opened 7 years ago

DerZyklop commented 7 years ago

Is angular2-cookie really incompatible with Angular 4.0.x? I updated all my Packages. angular2-cookie is complaining about its @angular/core@^2.0.0 dependency. But as far as i can estimate it, the cookie behavior is doing fine.

salemdar commented 7 years ago

It has problems when you want to use aot and some other stuff. Please switch to ngx-cookie. This library is deprecated.