0.0.9 • Published 2 years ago

@smartbit4all/filter-editor v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago