orbweaver-progress

Orbweaver module for displaying UI Progress indicators around Resource Requests

Usage no npm install needed!

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

README

packaged orbweaver-progress

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-progress

Then add orbProgress as a dependency for your app:

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

bower

bower install orbweaver-progress

Add a <script> to your index.html:

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

Then add orbProgress as a dependency for your app:

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

License

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