angular-http-lscache-interceptor:拦截器提供使用lscache-extra缓存角度$ http请求的功能

时间:2024-05-29 22:15:31
【文件属性】:

文件名称:angular-http-lscache-interceptor:拦截器提供使用lscache-extra缓存角度$ http请求的功能

文件大小:13KB

文件格式:ZIP

更新时间:2024-05-29 22:15:31

JavaScript

角形ajaxlscache拦截器 angular-http-lscache-interceptor是一个拦截器,它使用在选择加入的基础上将请求缓存在localStorage中。 它基本上是Angular的的端口。 请查看jquery.ajax.lscache文档以获得更完整的描述。 安装 bower install angular-http-lscache-interceptor 演示版 要进行实时演示,请克隆此存储库并运行: npm install && bower install && python -m SimpleHTTPServer 在浏览器中加载http://localhost:8000/demo/ 用法示例 var app = window . angular . module ( 'app' , [ 'http-lscache-interceptor' ] ) ;


【文件预览】:
angular-http-lscache-interceptor-master
----.travis.yml(177B)
----package.json(1KB)
----test()
--------karma-spec.js(7KB)
----gulpfile.js(3KB)
----dist()
--------angular-http-lscache-interceptor.min.js(2KB)
----src()
--------angular-http-lscache-interceptor.js(5KB)
----.gitignore(43B)
----demo()
--------index.html(822B)
--------data.json(21B)
--------app.js(1KB)
----karma.conf.js(597B)
----README.md(2KB)
----.jshintrc(2KB)
----bower.json(772B)

网友评论