cookies
cookies copied to clipboard
Support for Angular 6.0.x and @nguniversal/express-engine 6.x
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 and need additional code at server.js.