New:Socket for Asana Is Now Available.Learn more
Get Started

@seges/angular-navigation

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seges/angular-navigation

Navigation menu for angular 1.5.8 using Telerik Kendo UI PanelBar

npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

#SEGES Navigation Menu Component for Angular 1.5.8#

##Requirements## The requirements are external in the sense you have to provide them yourself somehow due to commercial licensing or other factors preventing legal distribution of the package.

*Telerik Keno UI professional license.

##Using the Navigation component""

Simply import the package via TypeScript imports and add the nagivationModule as a module dependency for angular.

Add <navigation items="your-items-array"></navigation> on the page that holds the menu.

Use the component's INavigationItem interface to create an array of navigation items that serves as configuration for the menu.

Refer to the Kendo UI documentation on how to structure the objects in the array (http://docs.telerik.com/kendo-ui/api/javascript/ui/panelbar)

In order to refresh the navigation's layout e.g. due to translations, you mu overwrite the items object.

##Using the Navigation Toggle component##

Add <navigation-toggle config="your-toggle-config-object"></navigation-toggle> where yo want the toggle to be

The toggle is only shown on tablet and phone sized screens as it's purpose is to hide the menu when the screen has limited space.

Use the NavigationToggleConfig interface to configure the navigation toggle.

Keywords

seges

FAQs

Package last updated on 05 Oct 2016

Related posts