@ovh-ux/ng-ui-router-line-progress

Display a line progress between UI-Router transition hooks.

Usage no npm install needed!

<script type="module">
  import ovhUxNgUiRouterLineProgress from 'https://cdn.skypack.dev/@ovh-ux/ng-ui-router-line-progress';
</script>

README

ng-ui-router-line-progress

Display a line progress between UI-Router transition hooks.

npm version Downloads Dependencies Dev Dependencies

Install

$ yarn add @ovh-ux/ng-ui-router-line-progress

Usage

import angular from 'angular';
import ngUiRouterLineProgress from '@ovh-ux/ng-ui-router-line-progress';
import uiRouter from '@uirouter/angularjs';

angular.module('myApp', [ngUiRouterLineProgress, uiRouter]);

Test

$ yarn test

Related

Contributing

Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, our contributing guide will help get you started.

License

BSD-3-Clause © OVH SAS