ovh-angular-manager-navbar

6.6.5 • Public • Published

ovh angular manager navbar

OVH components

Maintenance Chat on gitter Build Status

NPM

Example

angular.module("myapp", ["ovh-angular-manager-navbar"]).constant("UNIVERSE", "Foo");
 
<manager-navbar></manager-navbar>

Installation

Bower

bower install ovh-angular-manager-navbar --save

NPM

npm install ovh-angular-manager-navbar --save

Configuration

  1. Include ovh-angular-manager-navbar.less in your app.less:

@import "bower_components/ovh-angular-manager-navbar/less/ovh-angular-manager-navbar.less"

  1. Include ovh-angular-manager-navbar.min.js in your app:

<script src="bower_components/ovh-angular-manager-navbar/dist/ovh-angular-manager-navbar.min.js"></script>

  1. Add ovh-angular-manager-navbar as a new module dependency in your angular app.

var myapp = angular.module("myapp", ["ovh-angular-manager-navbar"]);

  1. Create a constant UNIVERSE

angular.module("myapp").constant("UNIVERSE", "Foo");

Get the sources

    git clone https://github.com/ovh-ux/ovh-angular-manager-navbar.git
    cd ovh-angular-manager-navbar
    npm install
    bower install

You've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !

Have a look in CONTRIBUTING.md

Run the tests

npm test

Build the documentation

grunt ngdocs

Related links

License

See https://github.com/ovh-ux/ovh-angular-manager-navbar/blob/master/LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i ovh-angular-manager-navbar

Weekly Downloads

0

Version

6.6.5

License

BSD-3-Clause

Last publish

Collaborators

  • marie-j
  • jisay
  • axelpeter
  • blary_jp
  • antleblanc
  • cbourgois
  • ovh-ux-cds
  • lizardk
  • ovh
  • gioindahouz
  • jleveugle
  • bnjjj
  • khuang