We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8910e4a + c134bd3 commit 6cde59fCopy full SHA for 6cde59f
projects/igniteui-angular/src/lib/data-operations/filtering-state.interface.ts
@@ -1,9 +1,5 @@
1
import { IFilteringExpressionsTree } from './filtering-expressions-tree';
2
-import { FilteringStrategy, IFilteringStrategy } from './filtering-strategy';
3
-
4
-export const filteringStateDefaults = {
5
- strategy: new FilteringStrategy()
6
-};
+import { IFilteringStrategy } from './filtering-strategy';
7
8
export declare interface IFilteringState {
9
expressionsTree: IFilteringExpressionsTree;
0 commit comments