cookies
cookies copied to clipboard
Manage your cookies on client and server side (Angular Universal)
Hey, i'm trying to configure the service on the server-side and i don't understand the `server.ts` part. Where do I import `AppModuleNgFactory`, `template` and `LAZY_MODULE_MAP` from?
Without this fix, getting 'URIError: URI malformed' if cookie value cannot be decoded, for example '%' (a single percentage sign)
I have a module on npm that depends on `@ngx-utils/cookies`, and people are complaining that it raises an error on the new Ivy compiler. This is the full error I...
I'm getting the following error when i'm running prerender. Can you please merge this PR [https://github.com/ngx-utils/cookies/pull/8](url) ? I think it should help.
Hi, Is it possible to have support with angular 7 please? Error message : Package "@ngx-utils/cookies" has an incompatible peer dependency to "@angular/core" (requires "^5.0.0" (extended), would install "7.0.1"). Package...
Angular Express Engine 6 natively provide request and response through injection tokens: ` import { REQUEST, RESPONSE } from '@nguniversal/express-engine/tokens'; ` Previous version on @ngx-utils/cookies uses string constants for injection...
Removing a cookie sets it with "undefined" value, instead of effectively removing it.
With ng serve, cookies are not working in IE, Edge and Firefox. In chrome it is working
Can't find doc for these options.
`cookieService.remove` calls `cookieService.put` with the value of `undefined`. When the value is undefined (or null), `response.clearCookie` should be used. Alternatively, we could call `response.cookie` with proper expiry option and an...