1.1.1 • Published 3 years ago

@ovh-ux/ng-ovh-order-tracking v1.1.1

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

ng-ovh-order-tracking

OVHcloud order tracking.

npm version Downloads Dependencies Dev Dependencies

Install

yarn add @ovh-ux/ng-ovh-order-tracking

Usage

import angular from 'angular';
import ngOvhOrderTracking from '@ovh-ux/ng-ovh-order-tracking';
import uiRouter from '@uirouter/angularjs';

angular.module('myApp', [ngOvhOrderTracking, uiRouter]).config(
  /* @ngInject */ ($stateProvider) => {
    $stateProvider.state('order-tracking', {
      url: '/order-tracking/{orderId}',
      component: 'ovhOrderTrackingComponent',
      resolve: {
        orderId: /* @ngInject */ ($transition$) =>
          $transition$.params().orderId,
      },
    });
  },
);

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.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago