UNPKG

@martyganz/ngx-cookie

Version:

Implementation of Angular 1.x $cookies service to Angular

48 lines (47 loc) 1.26 kB
{ "name": "@martyganz/ngx-cookie", "version": "1.0.0", "description": "Implementation of Angular 1.x $cookies service to Angular", "repository": { "type": "git", "url": "https://github.com/martyganz/ngx-cookie.git" }, "keywords": [ "angular2", "angular", "ng2", "ng", "cookie", "cookies", "angular2-cookie", "angular2-cookies", "ng2-cookies", "ng2-cookie", "ng-cookies", "ng-cookie", "ngx-cookie", "ngx-cookies" ], "author": "Mart Ganzevles <martganzevles@gmail.com>", "license": "MIT", "homepage": "https://github.com/martyganz/ngx-cookie#readme", "bugs": { "url": "https://github.com/martyganz/ngx-cookie/issues" }, "peerDependencies": { "@angular/common": ">=5.0.0", "@angular/core": ">=5.0.0", "@nguniversal/express-engine": ">=5.0.0" }, "main": "bundles/martyganz-ngx-cookie.umd.js", "module": "fesm2015/martyganz-ngx-cookie.js", "es2015": "fesm2015/martyganz-ngx-cookie.js", "esm2015": "esm2015/martyganz-ngx-cookie.js", "fesm2015": "fesm2015/martyganz-ngx-cookie.js", "typings": "martyganz-ngx-cookie.d.ts", "metadata": "martyganz-ngx-cookie.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^2.0.0" } }