Skip to content

Commit 833be9b

Browse files
committed
docs(typedoc): hide combo FilteringStrategy
1 parent e0baf19 commit 833be9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/combo/combo.pipes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class IgxComboFilteringPipe implements PipeTransform {
3838
}
3939
}
4040

41+
/** @hidden */
4142
export class SimpleFilteringStrategy extends FilteringStrategy {
4243
public findMatchByExpression(rec: object, expr: IFilteringExpression): boolean {
4344
const cond = expr.condition;

0 commit comments

Comments
 (0)