2.0.1 • Published 4 years ago

@anviltech/wuf-ang-gridster v2.0.1

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

Drawer

A UI widget for a gridster layout. Based on Angular Gridster 2.

Installation

Install this package with the following command:

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

or

yarn add @anviltech/wuf-ang-gridster material-design-icons @angular/material

(Note that material-design-icons and @angular/material are both peer dependencies of this package.)

Import this package into your application's app.module.ts file:

import { WufGridsterModule } from '@anviltech/wuf-ang-gridster';

Add to the imports section of app.module.ts:

imports: [
    WufGridsterModule.forRoot()
]

When this package is used in any application submodule (not the main app.module.ts file), do not include .forRoot():

imports: [
    WufGridsterModule
]

Usage

Refer to the Living Style Guide for documentation on usage of this package.

2.0.1

4 years ago

2.0.0-rc.1.2

5 years ago

2.0.0-rc.1.1

5 years ago

2.0.0-rc.1

5 years ago

1.0.0

5 years ago