Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ovh-ux/manager-telecom-task

ovh-ux13BSD-3-Clausedeprecated4.2.2

This package used to be published to be re-use across multiple git repositories. Please refer to our monorepo ovh/manager.

npm version [Downloads](https://npmjs.com/package/@ovh-ux/manager-telecom-ta

readme

manager-telecom-task

npm version Downloads Dependencies Dev Dependencies Gitter

Install

yarn add @ovh-ux/manager-telecom-task

Usage

import angular from 'angular';
import ovhManagerTelecomTask from '@ovh-ux/manager-telecom-task';

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

Build

# Build in production mode
yarn start

Development

If you want to contribute to the project, follow theses instructions:

Foremost, you should launch a global installation at the root folder of this repository:

yarn install

Then you just have to start the project in development mode. For this, two choices are possible according to your needs:

# Build the `manager-telecom-task` workspace and all the nested workspaces in development mode and watch only `manager-telecom-task` workspace
yarn start:dev
# Build and watch the `manager-telecom-task` workspace and all the nested workspaces in development mode
yarn start:watch

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

changelog

4.2.2 (2019-07-22)

Bug Fixes

  • i18n: add missing translations (a9e7f3b)
  • i18n: add missing translations (715a84a)

4.2.1 (2019-07-15)

Bug Fixes

  • bump lodash to version >= 4.17.14 (#1072) (1a32ddc)
  • i18n: add missing translations (7ef1ec1)
  • i18n: add missing translations (c1ad6af)

4.2.0 (2019-07-05)

Features

4.1.1 (2019-05-13)

Bug Fixes

  • deps: upgrade ng-ovh-telecom-universe-components to v3.0.3 (574ff83)

4.1.0 (2019-05-07)

Features

  • storages.volume-snapshots: add volume-snapshots list (#359) (c8a63fd)

4.0.0 (2019-03-19)

Code Refactoring

BREAKING CHANGES

  • Until theses packages has a dependency to @ovh-ux/manager-core@^5.0.0, the host project needs to import @ovh-ux/manager-config

Before:

yarn add @ovh-ux/manager-core

Now:

yarn add @ovh-ux/manager-config yarn add @ovh-ux/manager-core

3.0.0 (2019-03-13)

Build System

BREAKING CHANGES

  • deps: replace both @ovh-ux/ng-ovh-apiv7 and ovh-angular-swimming-poll by @ovh-ux/ng-ovh-api-wrappers and @ovh-ux/ng-ovh-swimming-poll

2.0.0 (2019-02-26)

Build System

  • deps: upgrade ng-ovh-apiv7 to v2.0.0 (ac6ac62)

BREAKING CHANGES

  • deps: replace ovh-angular-apiv7 by @ovh-ux/ng-ovh-apiv7

1.0.0 (2019-01-29)

Build System

  • deps: upgrade ng-ovh-telecom-universe-components to v2.0.1 (3ffc516)

BREAKING CHANGES

  • deps: replace @ovh-ux/telecom-universe-components by @ovh-ux/ng-ovh-telecom-universe-components

0.1.1 (2019-01-21)

Bug Fixes

  • telecom-styles: fix elements using rem (00c5425)

0.1.0 (2019-01-15)

Features