The default constructor
The filter config containing component properties
The event emitted when a filter has been changed
The event emitted when a query (i.e., saved filter) has been deleted
The event emitted when a field menu option is selected
The event emitted when a filter has been changed
The event emitted when the user types ahead in the query input field
Handle add filter event
The FilterEvent contining properties for this event
Handle clear filter event
An array of current Filter objects
Handle delete query (i.e., saved filter) event
The FilterEvent contining properties for this event
Handle filter field selected event
The FilterEvent contining properties for this event
Check if the component config has changed
Setup component configuration upon initialization
Reset current field
Handle save filter event
An array of current Filter objects
Handle type ahead event
The FilterEvent contining properties for this event
Generated using TypeDoc
Filter component
Usage:
@NgModule({ imports: [FilterModule,...] }) export class AppModule(){}
Optional: