export class OutOfBoundsError
export class OutOfBoundsError
exported from angular2/core defined in angular2/src/core/di/exceptions.ts (line 230)
Thrown when getting an object by index.
Example (live demo)
Constructor
constructor(index: any)
constructor(index: any)
Not Yet Documented