ngx-cookie-service icon indicating copy to clipboard operation
ngx-cookie-service copied to clipboard

Angular (4.2+ ...12) service for cookies. Originally based on the `ng2-cookies` library.

Results 11 ngx-cookie-service issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/stevermeister/ngx-cookie-service/discussions/240 Originally posted by **pavankjadda** June 27, 2022 We now have 2 projects based on Angular CLI - ngx-cookie-service - ngx-cookie-service-ssr The project structure is based on...

feature

The method get was calling the check method before The check method was executing duplicated instructions like `encodeURIComponent`, `getCookieRegExp` and the verification of `this.documentIsAccessible` unnecessarily. Proposing this change for performance...

### Is your feature request related to a problem? Please describe As of now, to use the `cookieService.set` or `cookieService.delete`, we have to always pass a custom parent domain which...

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependency-upgrade

### Is your feature request related to a problem? Please describe Is it possible to create a cookie on the server side? When I try this, the cookie does not...

enhancement
need more information

This fix/feature resolves #266 . It increases the `SsrCookieService`s ability to use the request and response objects provided by Express to read and write cookies on the server side. This...

This brings the fix/feature completed in #309 to the v17 codebase and resolves #266 . It increases the `SsrCookieService`s ability to use the request and response objects provided by Express...

Some times in my project the result can be null so this PR allow the result to be null.

This brings the fix/feature completed in https://github.com/stevermeister/ngx-cookie-service/pull/315 to the v18 codebase and resolves https://github.com/stevermeister/ngx-cookie-service/issues/266 . It increases the `SsrCookieService`s ability to use the request and response objects provided by Express...

need more information