platform-webworker-dynamic

Module Entry point for all public APIs of the platform-browser-dynamic package. platformWorkerAppDynamic defined in @angular/platform-webworker-dynamic/index.ts

PipeTransform

Stable Interface Interface Overview interface PipeTransform { transform(value: any, ...args: any[]) : any } Interface Description Interface Details transform(value: any, ...args: any[]) : any exported from @angular/core/index, defined in @angular/core/src/change_detection/pipe_transform.ts

platformBrowserDynamic

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

platform-browser-dynamic

Module Entry point for all public APIs of the platform-browser-dynamic package. RESOURCE_CACHE_PROVIDER platformBrowserDynamic defined in @angular/platform-browser-dynamic/index.ts

platform-server

Module Entry point for all public APIs of the platform-browser-dynamic/testing package. ServerTestingModule platformServerTesting defined in @angular/platform-server/testing/index.ts

platformBrowser

Stable Const Variable Export export platformBrowser exported from @angular/platform-browser/index defined in @angular/platform-browser/src/browser.ts

platform-browser

Module Entry point for all public APIs of the platform-browser/testing package. BrowserTestingModule platformBrowserTesting defined in @angular/platform-browser/testing/index.ts

PathLocationStrategy

Stable Class Class Overview class PathLocationStrategy { constructor(_platformLocation: PlatformLocation, href?: string) onPopState(fn: LocationChangeListener) : void getBaseHref() : string prepareExternalUrl(internal: string) : string path(includeHash?: boolean) : string pushState(state: any, title: string, url: string, queryParams: string) replaceState(state: any, title: string, url: string, queryParams: string) forward() : void back() : void } Class Description P

PercentPipe

Stable Pipe What it does Formats a number as a percentage according to locale rules. How to use number_expression | percent[:digitInfo] NgModuleCommonModule Description Formats a number as percentage. digitInfo See DecimalPipe for detailed description. WARNING: this pipe uses the Internationalization API which is not yet available in all browsers and may require a polyfill. See Browser support for details. Example @Component({ selector: 'percent-pipe', template: `<div> &

Pipe

Stable Interface Interface Overview interface Pipe { name : string pure : boolean } Interface Description Pipe decorator and metadata. Interface Details name : string pure : boolean exported from @angular/core/index, defined in @angular/core/src/metadata/directives.ts