ngx-cookie-service
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ngx-cookie-service", | ||
"description": "an angular (2+) cookie service", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -37,16 +37,19 @@ "author": "7leads GmbH <info@7leads.org>", | ||
}, | ||
"dependencies": { | ||
"files": [ | ||
"dist-lib" | ||
], | ||
"peerDependencies": { | ||
"@angular/core": "^4.0.0", | ||
"@angular/platform-browser": "^4.0.0", | ||
"@angular/platform-browser-dynamic": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"core-js": "^2.4.1", | ||
"rxjs": "^5.1.0", | ||
"zone.js": "^0.8.4", | ||
"@angular/router": "^4.0.0", | ||
"@angular/common": "^4.0.0", | ||
"@angular/compiler": "^4.0.0", | ||
"@angular/core": "^4.0.0", | ||
"@angular/forms": "^4.0.0", | ||
"@angular/http": "^4.0.0", | ||
"@angular/platform-browser": "^4.0.0", | ||
"@angular/platform-browser-dynamic": "^4.0.0", | ||
"@angular/router": "^4.0.0", | ||
"core-js": "^2.4.1", | ||
"rxjs": "^5.1.0", | ||
"zone.js": "^0.8.4" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "1.0.0", | ||
@@ -53,0 +56,0 @@ "@angular/compiler-cli": "^4.0.0", |
# NGX Cookie Service | ||
An Angular (2+) service for cookies. Originally based on the [ng2-cookies](https://www.npmjs.com/package/ng2-cookies) library. | ||
An Angular (4+) service for cookies. Originally based on the [ng2-cookies](https://www.npmjs.com/package/ng2-cookies) library. | ||
@@ -5,0 +5,0 @@ # Installation |
3
17003
27
9
190
- Removed@angular/common@^4.0.0
- Removed@angular/compiler@^4.0.0
- Removed@angular/core@^4.0.0
- Removed@angular/forms@^4.0.0
- Removed@angular/http@^4.0.0
- Removed@angular/platform-browser@^4.0.0
- Removed@angular/router@^4.0.0
- Removedcore-js@^2.4.1
- Removedrxjs@^5.1.0
- Removedzone.js@^0.8.4
- Removed@angular/forms@4.4.7(transitive)
- Removed@angular/http@4.4.7(transitive)
- Removed@angular/router@4.4.7(transitive)
- Removedcore-js@2.6.12(transitive)