@anviltech/wuf-ang-navigation
v2.0.2
Published
A set of components and services for display navigation elements.
Keywords
Readme
Navigation
A collection of components used for application navigation.
Dependencies
This package has some peer dependencies. To install these dependencies, run the following commands from your application root:
npm install @angular/[email protected] [email protected] --saveor
yarn add @angular/[email protected] [email protected]Installation
Install this package with the following command:
npm install @anviltech/wuf-ang-navigation --saveor
yarn add @anviltech/wuf-ang-navigationImport this package into your application's app.module.ts file:
import { WufDashboardModule } from '@anviltech/wuf-ang-navigation';Add to the imports section of app.module.ts:
imports: [
WufNavigationModule.forRoot()
]When this package is used in any application submodule (not the main app.module.ts file), do not include .forRoot():
imports: [
WufNavigationModule
]Usage
Refer to the Living Style Guide for documentation on usage of this package.
