文件名称:angular-hal:HAL客户端的angularjs
文件大小:66KB
文件格式:ZIP
更新时间:2024-05-23 04:24:08
JavaScript
角半角 npm install angular-hal --save 版本号 3.0.0 3.0.0版包含一个重大更改:响应拦截器不再返回Resource,而是返回Angular $http响应对象。 这仅在直接使用$http服务时影响使用代码。 要从2.x迁移到3.x,请对您的代码进行以下更改: const halConfig = { headers : { 'Accept' : 'application/hal+json' } } ; // 2.x $http . get ( '/api/users' , halConfig ) . then ( function ( resource ) { console . log ( resource . $hasEmbedded ( 'users' ) ) ; // true } ) ; //
【文件预览】:
angular-hal-master
----karma.browserify.conf.js(699B)
----.eslintrc(315B)
----.gitattributes(17B)
----LICENSE.txt(498B)
----bower.json(140B)
----src()
--------http-interception()
--------resource()
--------client()
--------utility()
--------configuration()
--------index.js(259B)
----.codeclimate.yml(72B)
----.travis.yml(550B)
----test()
--------integration()
--------content-type.spec.js(2KB)
--------helpers.js(93B)
--------deprecation.spec.js(1KB)
--------resource.spec.js(799B)
----README.md(2KB)
----dist()
--------angular-hal.map.js(133KB)
--------angular-hal.min.js(22KB)
----karma.jspm.conf.js(548B)
----karma.webpack.conf.js(916B)
----.editorconfig(98B)
----.gitignore(89B)
----.eslintignore(91B)
----package.json(3KB)