2.0.1 • Published 6 years ago
@anviltech/wuf-ang-smart-table v2.0.1
Navigation
A series of table components (grid) for displaying tabular data.
Installation
Install this package with the following command:
npm install @anviltech/wuf-ang-smart-table --saveor
yarn add @anviltech/wuf-ang-smart-tableImport this package into your application's app.module.ts file:
import { WufTableModule } from '@anviltech/wuf-ang-smart-table';Add to the imports section of app.module.ts:
imports: [
WufTableModule.forRoot()
]When this package is used in any application submodule (not the main app.module.ts file), do not include .forRoot():
imports: [
WufTableModule
]Usage
Refer to the Living Style Guide for documentation on usage of this package.
2.0.1
6 years ago
2.0.0-rc.3.2
7 years ago
2.0.0-rc.3.1
7 years ago
2.0.0-rc.3
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