ngx-cookie-ssr
Version:
Ng Cookie Service is a simple cookie service for Angular applications. This is heavily inspired by [ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service). But only intended to be used with Angular 19 and onwards.
42 lines • 828 B
JSON
{
"name": "ngx-cookie-ssr",
"version": "2.0.1",
"peerDependencies": {
"@angular/common": "^20.0.2",
"@angular/core": "^20.0.2"
},
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"angular",
"angular-19",
"ngx",
"ng",
"service",
"angular-service",
"cookie-service",
"cookie",
"cookies"
],
"repository": {
"type": "git",
"url": "https://github.com/Ask-786/ngx-cookie-ssr"
},
"bugs": {
"url": "https://github.com/Ask-786/ngx-cookie-ssr/issues"
},
"license": "MIT",
"sideEffects": false,
"module": "fesm2022/ngx-cookie-ssr.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-cookie-ssr.mjs"
}
}
}