Type

export interface Type

exported from angular2/core defined in angular2/src/facade/lang.ts (line 23)

Runtime representation a type that a Component or other object is instances of.

An example of a Type is MyCustomComponent class, which in JavaScript is be represented by the MyCustomComponent constructor function.