@ovh-ux/ng-ovh-web-universe-componentsdeprecated

Web Universe Components

Usage no npm install needed!

<script type="module">
  import ovhUxNgOvhWebUniverseComponents from 'https://cdn.skypack.dev/@ovh-ux/ng-ovh-web-universe-components';
</script>

README

ng-ovh-web-universe-components

OVH Manager Web Universe Components

Downloads Dependencies Dev Dependencies Gitter

We extracted all the components of the web control panel in order to interconnect them both in our upcoming monorepo but also in the current stack.

At the end we are planning remove this repository and privilege the management of sources directly inside the monorepo.

Install

yarn add @ovh-ux/ng-ovh-web-universe-components

Usage

import angular from 'angular';
import ngOvhWebUniverseComponents from '@ovh-ux/ng-ovh-web-universe-components';

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

Test

yarn test

Related

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