ReactiveFormsModule

Stable Class Class Overview class ReactiveFormsModule { } Class Description The ng module for reactive forms. Annotations @NgModule({ declarations: [REACTIVE_DRIVEN_DIRECTIVES], providers: [FormBuilder, RadioControlRegistry], exports: [InternalFormsSharedModule, REACTIVE_DRIVEN_DIRECTIVES] }) exported from @angular/forms/index, defined in @angular/forms/src/form_providers.ts

QueryList

Stable Class Class Overview class QueryList { changes : Observable<any> length : number first : T last : T map(fn: (item: T, index: number, array: T[]) => U) : U[] filter(fn: (item: T, index: number, array: T[]) => boolean) : T[] reduce(fn: (prevValue: U, curValue: T, curIndex: number, array: T[]) => U, init: U) : U forEach(fn: (item: T, index: number, array: T[]) => void) : void some(fn: (value: T, index: number, array: T[]) => boolean) : boolean toA

Query

Stable Class Class Overview class Query { descendants : boolean first : boolean read : any isViewQuery : boolean selector : any } Class Description Base class for query metadata. See ContentChildren, ContentChild, ViewChildren, ViewChild for more information. Class Details descendants : boolean first : boolean read : any isViewQuery : boolean selector : any exported from @angular/core/index, defined in @angular/core/src/metadata/di.ts

ReadyState

Experimental Enum Class Overview class ReadyState { Unsent Open HeadersReceived Loading Done Cancelled } Class Description All possible states in which a connection can be, based on States from the XMLHttpRequest spec, but with an additional "CANCELLED" state. Class Details Unsent Open HeadersReceived Loading Done Cancelled exported from @angular/http/index, defined in @angular/http/src/enums.ts

PRIMITIVE

Experimental Const Variable Export export PRIMITIVE exported from @angular/platform-webworker/index defined in @angular/platform-webworker/src/web_workers/shared/serializer.ts

platformWorkerApp

Experimental Const Variable Export export platformWorkerApp exported from @angular/platform-webworker/index defined in @angular/platform-webworker/src/worker_app.ts

platformWorkerAppDynamic

Experimental Const Variable Export export platformWorkerAppDynamic exported from @angular/platform-webworker-dynamic/index defined in @angular/platform-webworker-dynamic/src/platform-webworker-dynamic.ts

platformServerTesting

Experimental Const Variable Export export platformServerTesting Platform for testing exported from @angular/platform-server/testing/index defined in @angular/platform-server/testing/server.ts

PRIMARY_OUTLET

Stable Const What it does Name of the primary outlet. Variable Export export PRIMARY_OUTLET exported from @angular/router/index defined in @angular/router/src/shared.ts

platformWorkerUi

Experimental Const Variable Export export platformWorkerUi exported from @angular/platform-webworker/index defined in @angular/platform-webworker/src/worker_render.ts