orbweaver-resource

Orbweaver module for wrapping ngResource, interacting with RESTful data sources

Usage no npm install needed!

<script type="module">
  import orbweaverResource from 'https://cdn.skypack.dev/orbweaver-resource';
</script>

README

packaged orbweaver-resource

This repository is for npm and bower distribution. The source for this module is in the Orbweaver sourcecode repository. Please file issues and pull requests against that repository.

Install

You can install this package either with npm or with bower.

npm

npm install orbweaver-resource

Then add orbResource as a dependency for your app:

angular.module('myApp', [require('orbweaver-resource')]);

bower

bower install orbweaver-resource

Add a <script> to your index.html:

<script src="/bower_components/orbweaver-resource/orbweaver-resource.js"></script>

Then add orbResource as a dependency for your app:

angular.module('myApp', ['orbResource']);

License

Orbweaver is copyright of Arana Software, released under the BSD License.