New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

angular-navigation-ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-navigation-ui

an lib for rendering values from navigation-service

latest
npmnpm
Version
0.0.26
Version published
Maintainers
1
Created
Source

Angular 2 Library for creating a component, connected to our navigation-ui-service

For using in Angular2-Projects:

npm install angular-navigation-uix

- inside controller use "import {Navigation} from 'angular-navigation-uix/components'" 
- inside controller add component as a directive: "directives: [ Navigation ]"
- inside template use <navigation-list></navigation-list> the fallback-url "http://ems-navigation-service.eu-central-1.elasticbeanstalk.com/" will be used
- if you would like to define a other url for the navigation service, use the following syntax:
<navigation-list [url]="'http://alternative.url.com'"></navigation-list>

## For contribution
- change what you would like to change
- increment version inside packages.json
- ```bash
npm run build
``` for building javascript-files
- ```bash
npm publish
``` to push the project to the npm repository

## To test
- you could alway use "npm link" and "npm link angular-navigation-uix" to test the package without publishing it (see here: https://medium.com/@OCombe/how-to-publish-a-library-for-angular-2-on-npm-5f48cdabf435#d1a0)

FAQs

Package last updated on 16 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts