Class IgxForOfContext<T, U>
Constructors
constructor
- new IgxForOfContext<T, U>($implicit: T, igxForOf: U, index: number, count: number): IgxForOfContext<T, U>
-
Type parameters
Parameters
-
$implicit: T
-
igxForOf: U
-
index: number
-
count: number
Accessors
even
- get even(): boolean
-
Returns boolean
first
- get first(): boolean
-
Returns boolean
last
- get last(): boolean
-
Returns boolean
odd
- get odd(): boolean
-
Returns boolean
Public Api