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

add SameSite attribute to props in cookie-options-args.model.ts and base-cookie-options.ts files ![image](https://user-images.githubusercontent.com/13758747/78585184-384aba80-785b-11ea-80b0-656a7b4b9381.png)

![untitled](https://user-images.githubusercontent.com/26301377/35504121-220060c2-0508-11e8-9aa1-9cb31f2ed1d9.png) Add angular2.cookie in my project, it works only in development mode(ng build) and not working in production mode(bg build --prod)

Issue is still persists on angular version "@angular/common": "^4.4.5". Please do needful.

For AOT compilation I'm getting such error. ![screen shot 2017-02-28 at 15 02 26](https://cloud.githubusercontent.com/assets/1526680/23408058/f72a8934-fdc6-11e6-8e67-14b630034ea2.png)

- integrated back end with existing login UI

I am tying to add this library to a universal-enabled project, using the **Universal Support** instructions. The two module-level import statements suggested for use are: ``` import { CookieService }...

I would love to specify a base object/prototype when I call getObject. ``` class Person { ... } this.cookies.getObject('people', Person) ``` Why? I'm using typescript and creating "classes" with properties...

Please give me a suggestion how to stop url encoding in cooking when i used to store as key value pair. for ex; i am setting key as 'somepath' and...

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

With Angular 4.0.0 rollup AOT builds: { Error: 'CookieService' is not exported by node_modules/angular2-cookie/core.js at error (node_modules/rollup/src/utils/error.js:2:14) at Module.error$1 [as error] (/node_modules/rollup/src/Module.js:303:2) at Module.trace (/node_modules/rollup/src/Module.js:400:10) at ModuleScope.findDeclaration (/node_modules/rollup/src/ast/scopes/ModuleScope.js:52:22) at Identifier.bind...