0.0.9 • Published 10 months ago

@smartbit4all/filter-editor v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Smart Table

How to use

Installation

Go to your project, open the terminal and use the following command:

npm i @smartbit4all/filter-editor

Then import it in the AppModule:

app.module.ts:

import { SmartFilterEditorModule } from '@smartbit4all/filter-editor';
...
@NgModule({
    declarations: [...]
    imports: [
        ...
        SmartFilterEditorModule,
    ]
    ...
})

Usage

TODO

Version logs

@smartbit4all/filter-editor v0.0.1

The SmartFilterEditor package has been initialized.

0.0.9

10 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago