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

1.1.1 • Public • Published

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

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i @ovh-ux/ng-ovh-order-tracking

Weekly Downloads

3

Version

1.1.1

License

BSD-3-Clause

Unpacked Size

1.15 MB

Total Files

47

Last publish

Collaborators

  • jisay
  • blary_jp
  • antleblanc
  • cbourgois
  • ovh-ux-cds
  • lizardk
  • ovh
  • marie-j