JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 56
  • Score
    100M100P100Q75273F
  • License BSD-3-Clause

Helps you dealing with ovh contacts from /me/contact API.

Package Exports

  • @ovh-ux/ng-ovh-contact

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ovh-ux/ng-ovh-contact) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ng-ovh-contact

OVH Contact

Downloads Dependencies Dev Dependencies Gitter

ng-ovh-contact helps you dealing with ovh contacts from /me/contact API.

Installation

yarn add @ovh-ux/ng-ovh-contact

Then inject actionsMenu module in your module declaration:

import angular from 'angular';
import ngOvhContact from '@ovh-ux/ng-ovh-contact';

angular
  .module('myApp', [
    ngOvhContact,
  ]);

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