@ovh-ux/telecom-universe-components
v1.5.2
Published
Telecom Universe Components
Downloads
35
Readme
telecom-universe-components
OVH Manager Telecom Universe Components
We extracted all the components of the telecom 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/telecom-universe-components
Usage
import 'angular';
import telecomUniverseComponents from '@ovh-ux/telecom-universe-components';
angular
.module('myApp', [
…,
telecomUniverseComponents;
…,
]);
Test
yarn test
Related
- ovh-manager-telecom - OVH Control Panel Telecom UI
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