UNPKG

@ovh-ux/ng-ovh-uirouter-layout

Version:

UiRouter Layout support

37 lines (24 loc) 1.3 kB
# ng-ovh-uirouter-layout > Support layout:modal when using ui-router [![Downloads](https://badgen.net/npm/dt/@ovh-ux/ng-ovh-uirouter-layout)](https://npmjs.com/package/@ovh-ux/ng-ovh-uirouter-layout) [![Dependencies](https://badgen.net/david/dep/ovh-ux/manager/packages/manager/modules/ng-ovh-uirouter-layout)](https://npmjs.com/package/@ovh-ux/ng-ovh-uirouter-layout?activeTab=dependencies) [![Dev Dependencies](https://badgen.net/david/dev/ovh-ux/manager/packages/manager/modules/ng-ovh-uirouter-layout)](https://npmjs.com/package/@ovh-ux/ng-ovh-uirouter-layout?activeTab=dependencies) [![Gitter](https://badgen.net/badge/gitter/ovh-ux/blue?icon=gitter)](https://gitter.im/ovh/ux) ## Install ```sh yarn add @ovh-ux/ng-ovh-uirouter-layout ``` ## Usage ```js import angular from 'angular'; import ngOvhUiRouterLayout from '@ovh-ux/ng-ovh-uirouter-layout'; angular .module('myApp', [ ngOvhUiRouterLayout, ]); ``` ## Test ```sh yarn test ``` ## Contributing Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/ovh-ux/manager/issues/new) or working on some of the [open issues](https://github.com/ovh-ux/manager/issues), our [contributing guide](CONTRIBUTING.md) will help get you started. ## License [BSD-3-Clause](LICENSE) © OVH SAS