@ovh-ux/ng-ovh-uirouter-layout
Version:
UiRouter Layout support
37 lines (24 loc) • 1.3 kB
Markdown
# ng-ovh-uirouter-layout
> Support layout:modal when using ui-router
[](https://npmjs.com/package/@ovh-ux/ng-ovh-uirouter-layout) [](https://npmjs.com/package/@ovh-ux/ng-ovh-uirouter-layout?activeTab=dependencies) [](https://npmjs.com/package/@ovh-ux/ng-ovh-uirouter-layout?activeTab=dependencies) [](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