@smartbit4all/filter-editor
v0.0.9
Published
Go to your project, open the terminal and use the following command:
Downloads
3
Keywords
Readme
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.