1.1.0 • Published 5 years ago

@ovh-ux/ng-ovh-request-tagger v1.1.0

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
5 years ago

ng-ovh-request-tagger

Downloads Dependencies Dev Dependencies Gitter

Install

yarn add @ovh-ux/ng-ovh-request-tagger

Usage

import angular from 'angular';
import ngOvhRequestTagger from '@ovh-ux/ng-ovh-request-tagger';

angular
  .module('myApp', [
    ngOvhRequestTagger,
  ])
  .config(/* @ngInject */($httpProvider) => {
    $httpProvider.interceptors.push('OvhNgRequestTaggerInterceptor');
  });

Test

yarn test

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

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago