ngx-cookie-service
Advanced tools
Comparing version 13.1.2-rc.1 to 13.1.2
{ | ||
"name": "ngx-cookie-service", | ||
"description": "Angular cookie service", | ||
"version": "13.1.2-rc.1", | ||
"version": "13.1.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "Stepan Suvorov <stevermeister@gmail.com>", |
@@ -62,6 +62,7 @@ # NGX Cookie Service | ||
## Server Side Rendering | ||
## Server Side Rendering (Coming Soon) | ||
`ngx-cookie-service` supports Server Side Rendering (SSR) through Angular Universal. By default, browser cookies are not available in SSR because `document` object is not available. To overcome this, navigate to `server.ts` file | ||
in your SSR project, and replace the following code | ||
`ngx-cookie-service` supports Server Side Rendering (SSR) through Angular Universal. By default, browser cookies are not | ||
available in SSR because `document` object is not available. To overcome this, navigate to `server.ts` file in your SSR | ||
project, and replace the following code | ||
@@ -89,4 +90,5 @@ ```typescript | ||
This will make sure the cookies are available in `REQUEST` object and you can then use `REQUEST.cookies` to access the cookies. | ||
Then proceed to use `ngx-cookie-service` as usual. | ||
This will make sure the cookies are available in `REQUEST` object, and the `ngx-cookie-service` can use `REQUEST.cookies` to access the | ||
cookies in SSR. Then proceed to use `ngx-cookie-service` as usual. See | ||
the [sample repo](https://github.com/pavankjadda/angular-ssr-docker) for more details. | ||
@@ -93,0 +95,0 @@ ## Demo |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
83990
1
259