3.0.0-beta.0 • Published 5 years ago

@ovh-ux/ovh-angular-contracts v3.0.0-beta.0

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

ovh-angular-contracts

OVH Angular Contracts Module

Downloads Dependencies Dev Dependencies Gitter

Component to correctly show contracts in OVH control panel

Install

yarn add @ovh-ux/ovh-angular-contracts

Usage

import 'angular';
import '@ovh-ux/ovh-angular-contracts';

angular
  .module('myApp', [
    …,
    'ovhAngularContracts';
    …,
  ]);

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