Type Parameters

  • T

Hierarchy (View Summary)

Constructors

Properties

Accessors

Methods

Constructors

  • Type Parameters

    • T

    Parameters

    • $implicit: T
    • forIn: T[]
    • index: number
    • count: number

    Returns ForInContext<T>

Properties

$implicit: T
count: number
in: T[]
index: number

Accessors

  • get even(): boolean
  • Returns boolean

  • get first(): boolean
  • Returns boolean

  • get last(): boolean
  • Returns boolean

  • get odd(): boolean
  • Returns boolean

Methods