2.0.2 • Published 4 years ago

@anviltech/wuf-ang-navigation v2.0.2

Weekly downloads
45
License
MIT
Repository
-
Last release
4 years ago

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/material@7.3.2 material-design-icons@3.0.1 --save

or

yarn add @angular/material@7.3.2 material-design-icons@3.0.1

Installation

Install this package with the following command:

npm install @anviltech/wuf-ang-navigation --save

or

yarn add @anviltech/wuf-ang-navigation

Import 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.

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0-rc.8.3

5 years ago

2.0.0-rc.8.2

5 years ago

2.0.0-rc.8.1

5 years ago

2.0.0-rc.8

5 years ago

2.0.0-rc.7

5 years ago

2.0.0-rc.6

5 years ago

2.0.0-rc.5

5 years ago

2.0.0-rc.4

5 years ago

2.0.0-rc.3

5 years ago

2.0.0-rc.2

5 years ago

2.0.0-rc.1

5 years ago

1.0.0

5 years ago