angular2-cookie icon indicating copy to clipboard operation
angular2-cookie copied to clipboard

Implementation of Angular 1.x $cookies service to Angular 2

Results 20 angular2-cookie issues
Sort by recently updated
recently updated
newest added

The map files in the npm package is pointing to a reference that doesn't exist in the npm structure (../../src), this causes bundling of the cookie package with for example...

Although it might be "bad practice" not to, it should not be this projects responsibility to call encodeURIComponent when reading/writing cookies. I am currently mitigating from Angular 1 to Angular...

Hi @salemdar I have a question. I'm using angular2-cookie in my application and I want to make my cookies secure, or preferably, encrypted, so the data in the cookie is...

In my application not work with IE11 and Edge :/

I get a really annoying error message and crash when I build my project with ahead of time compilation. ``` EXCEPTION: Token must be defined! ... EXCEPTION: Uncaught (in promise):...

when I install angular2-cookie in Angular Universal I get this Error : version of angular2-cookie, "angular2-cookie": "^1.2.6" `Error: Can't set headers after they are sent. at ServerResponse.OutgoingMessage.setHeader (_http_outgoing.js:346:11) at ServerResponse.header...

Hi, is there any new release for angular 2.4.1 ? Thanks

Since Angular uses semver, angular-2 prefix is an now against to what Angular team does. And they advised it just to call it "Angular". Igor Minar talks about this on...

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...

I am using `"@angular/core": "^2.1.2",` and I get....... > core.umd.js?e2a5:334Uncaught TypeError: Reflect.getMetadata is not a function(…)ParamDecorator @ core.umd.js?e2a5:334(anonymous function) @ base-cookie-options.js?d615:23__decorate @ base-cookie-options.js?d615:16(anonymous function) @ base-cookie-options.js?d615:60(anonymous function) @ base-cookie-options.js?d615:67__webpack_require__ @...