createPlatformFactory
function
experimental
npm Package | @angular/core |
---|---|
Module | import { createPlatformFactory } from '@angular/core'; |
Source | core/src/application_ref.ts |
function createPlatformFactory(parentPlatformFactory: ((extraProviders?: Provider[]) => PlatformRef) | null, name: string, providers: Provider[] = []): (extraProviders?: Provider[]) => PlatformRef;
Description
Creates a factory for a platform
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/core/createPlatformFactory