createPlatformFactory

function experimental

npm Package @angular/core
Module import { createPlatformFactory } from '@angular/core';
Source core/src/application_ref.ts

function createPlatformFactory(parentPlatformFactory: ((extraProviders?: StaticProvider[]) => PlatformRef) | null, name: string, providers: StaticProvider[] = []): (extraProviders?: StaticProvider[]) => PlatformRef;

Description

Creates a factory for a platform

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/createPlatformFactory