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
}
构造函数
属性
属性 | 说明 |
---|---|
$implicit: T | 声明在构造函数中 |
ngForOf: U | 声明在构造函数中 |
index: number | 声明在构造函数中 |
count: number | 声明在构造函数中 |
first: boolean | 只读 |
last: boolean | 只读 |
even: boolean | 只读 |
odd: boolean | 只读 |