2.0.1 • Published 6 years ago
@anviltech/wuf-ang-dashboard v2.0.1
Dashboard
A dashboard component that includes layout and left-side KPI indicators.
Installation
Install this package with the following command:
npm install @anviltech/wuf-ang-dashboard --saveor
yarn add @anviltech/wuf-ang-dashboardImport this package into your application's app.module.ts file:
import { WufDashboardModule } from '@anviltech/wuf-ang-dashboard';Add to the imports section of app.module.ts:
imports: [
WufDashboardModule.forRoot()
]When this package is used in any application submodule (not the main app.module.ts file), do not include .forRoot():
imports: [
WufDashboardModule
]2.0.1
6 years ago
2.0.0-rc.2.2
7 years ago
2.0.0-rc.2.1
7 years ago
2.0.0-rc.2
7 years ago
2.0.0-rc.1
7 years ago
1.0.0
7 years ago