Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NgFilterExpression

An angular filter expression. For instance "data.items | orderBy: 'name'" For that example, expression will contain "data.items" and filterCalls will contain a single filter, "orderBy" with a parameter of "name".

Hierarchy

  • NgFilterExpression

Index

Properties

Properties

expression

expression: string

The base expression for the filter expression

filterCalls

filterCalls: NgFilterCall[]

List of the filter calls applied to the base expression.

Generated using TypeDoc