ngx-cookie
ngx-cookie copied to clipboard
Implementation of Angular 1.x $cookies service to Angular 2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.0 to 18.7.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.0 to 5.33.0. Release notes Sourced from @typescript-eslint/parser's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.30.0 to 5.33.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...
**Describe the bug** I have upgraded from Before ``` "@angular/animations": "~13.3.0", "@angular/common": "~13.3.0", "@angular/compiler": "~13.3.0", "@angular/core": "~13.3.0", "@angular/forms": "~13.3.0", "@angular/platform-browser": "~13.3.0", "@angular/platform-browser-dynamic": "~13.3.0", "@angular/platform-server": "~13.3.0", "@angular/router": "~13.3.0", "@angular/service-worker": "~13.3.0", "@nguniversal/express-engine":...
Seems it uses an old compilation please upgrade to IVY. ``` - ngx-cookie-backend [es2015/esm2015] (https://github.com/salemdar/ngx-cookie.git) Encourage the library authors to publish an Ivy distribution. ```
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...
Fixes #487 Bumped to 7.0.0 Should also unpublish version 6.0.1 unless changes other than the Angular 14 update are included there
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.1 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @cspotcode Only affects projects on node >=18.6.0 using --esm...
**Describe the bug** Angular dependecy updated to v14, but major package version has not been updated **To Reproduce** - use ng13 - add/keep "ngx-cookie": "^6.0.0" in package json - run...
Try to get the object of cookies use method getObject() but after run the code it shows following error - > zone.js:199 Uncaught SyntaxError: Unexpected token e in JSON at...