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

platformServer

Experimental Const Variable Export export platformServer exported from @angular/platform-server/index defined in @angular/platform-server/src/server.ts

PlatformRef

Stable Class Class Overview class PlatformRef { bootstrapModuleFactory(moduleFactory: NgModuleFactory<M>) : Promise<NgModuleRef<M>> bootstrapModule(moduleType: Type<M>, compilerOptions?: CompilerOptions|CompilerOptions[]) : Promise<NgModuleRef<M>> onDestroy(callback: () => void) : void injector : Injector destroy() : void destroyed : boolean } Class Description The Angular platform is the entry point for Angular on a web page. Each page ha

PlatformLocation

Stable Class Class Overview class PlatformLocation { getBaseHrefFromDOM() : string onPopState(fn: LocationChangeListener) : void onHashChange(fn: LocationChangeListener) : void pathname : string search : string hash : string replaceState(state: any, title: string, url: string) : void pushState(state: any, title: string, url: string) : void forward() : void back() : void } Class Description Class Details getBaseHrefFromDOM() : string onPopState(fn: LocationChangeListe

platformDynamicServer

Experimental Const Variable Export export platformDynamicServer The server platform that supports the runtime compiler. exported from @angular/platform-server/index defined in @angular/platform-server/src/server.ts

platformCore

Experimental Const Variable Export export platformCore This platform has to be included in any other platform exported from @angular/core/index defined in @angular/core/src/platform_core_providers.ts

platformBrowserTesting

Stable Const Variable Export export platformBrowserTesting Platform for testing exported from @angular/platform-browser/testing/index defined in @angular/platform-browser/testing/browser.ts

platformBrowserDynamicTesting

Stable Const Variable Export export platformBrowserDynamicTesting exported from @angular/platform-browser-dynamic/testing/index defined in @angular/platform-browser-dynamic/testing/index.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

platformBrowser

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