angular / 4 / api / core / createplatformfactory.html

createPlatformFactory

function experimental

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