h5webstorage:Angular 2的Web存储

时间:2024-06-06 15:13:34
【文件属性】:

文件名称:h5webstorage:Angular 2的Web存储

文件大小:138KB

文件格式:ZIP

更新时间:2024-06-06 15:13:34

angular storage localstorage sessionstorage JavaScript

h5webstorage 适用于Angular2HTML5 WebStorage API (服务) (服务) (装饰器) (功能) 用 下载库: npm install h5webstorage --save 2.将模块和提供程序导入*模块: import { WebStorageModule } from "h5webstorage" ; 注册模块: @ NgModule ( { ... imports : [ WebStorageModule . forRoot ( ) ] , } ) 将服务注入您的班级并使用: import { LocalStorage , StorageProperty } from 'h5webstorage' ; @ Component ( { } ) class MyComponent {


【文件预览】:
h5webstorage-master
----.travis.yml(275B)
----tsconfig.es2015.json(952B)
----package.json(3KB)
----tasks()
--------test.js(2KB)
--------copy-globs.js(894B)
--------tag-version.js(1KB)
--------build.js(4KB)
--------copy-build.js(323B)
--------rollup-globals.js(17KB)
--------inline-resources.js(5KB)
--------rollup.js(4KB)
----.erector(353B)
----tslint.json(3KB)
----tools()
--------deploy.enc(4KB)
--------deployment.sh(2KB)
--------setupDeploy.js(1KB)
----tsconfig.es5.json(946B)
----test()
--------mocks.ts(2KB)
----index.html(0B)
----package-lock.json(416KB)
----src()
--------storage-property.ts(5KB)
--------basestorage.spec.ts(5KB)
--------session-storage.service.ts(1KB)
--------h5webstorage-lib.module.ts(1KB)
--------test.js(796B)
--------package.json(526B)
--------storageproperty.spec.ts(6KB)
--------base-storage.service.ts(11KB)
--------local-storage.service.ts(1KB)
--------index.ts(325B)
--------vendor.ts(583B)
----tsconfig.test.json(483B)
----.npmignore(236B)
----DEVELOPMENT.md(4KB)
----tsconfig.json(671B)
----configs()
--------browsers.js(2KB)
--------karma.conf.js(893B)
--------sauceLabs.conf.js(1KB)
----examples()
--------example.module.ts(696B)
--------example.main.ts(184B)
--------todoList.ts(1KB)
--------index.html(360B)
--------styles.scss(1KB)
--------JsonPipe.ts(471B)
--------createItem.ts(827B)
--------todoHeading.ts(2KB)
--------app.component.ts(2KB)
--------todoItem.ts(2KB)
----.gitignore(93B)
----karma.conf.js(3KB)
----README.md(11KB)
----index.ts(23B)
----webpack()
--------webpack.test.js(1KB)
--------webpack.common.js(2KB)
--------webpack.dev.js(2KB)
--------webpack.utils.js(2KB)
----.vscode()
--------settings.json(129B)

网友评论