NgForOfContext
class NgForOfContext<T, U extends NgIterable<T> = NgIterable<T>> {
constructor($implicit: T, ngForOf: U, index: number, count: number)
$implicit: T
ngForOf: U
index: number
count: number
first: boolean
last: boolean
even: boolean
odd: boolean
}
Constructor
Properties
Property | Description |
---|---|
$implicit: T
|
Declared in Constructor |
ngForOf: U
|
Declared in Constructor |
index: number
|
Declared in Constructor |
count: number
|
Declared in Constructor |
first: boolean
|
Read-Only |
last: boolean
|
Read-Only |
even: boolean
|
Read-Only |
odd: boolean
|
Read-Only |