QueryEncoder

Experimental Class Class Overview class QueryEncoder { encodeKey(k: string) : string encodeValue(v: string) : string } Class Description Class Details encodeKey(k: string) : string encodeValue(v: string) : string exported from @angular/http/index, defined in @angular/http/src/url_search_params.ts

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

provideRoutes()

Stable Function What it does Registers routes. How to use @NgModule({ imports: [RouterModule.forChild(ROUTES)], providers: [provideRoutes(EXTRA_ROUTES)] }) class MyNgModule {} Class Export export provideRoutes(routes: Routes) : any exported from @angular/router/index defined in @angular/router/src/router_module.ts

Provider

Stable Type-alias What it does Describes how the Injector should be configured. How to use See TypeProvider, ValueProvider, ClassProvider, ExistingProvider, FactoryProvider. Interface Overview interface Provider { } Interface Description For more details, see the Dependency Injection Guide. exported from @angular/core/index, defined in @angular/core/src/di/provider.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

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

PLATFORM_INITIALIZER

Experimental Const Variable Export export PLATFORM_INITIALIZER A function that will be executed when a platform is initialized. exported from @angular/core/index defined in @angular/core/src/application_tokens.ts

platformWorkerUi

Experimental Const Variable Export export platformWorkerUi exported from @angular/platform-webworker/index defined in @angular/platform-webworker/src/worker_render.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

platformWorkerApp

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