Stable Class
Class Overview
class ComponentFactory {
constructor(selector: string, _viewFactory: Function, _componentType: Type<any>)
C
selector : string
componentType : Type<any>
create(injector: Injector, projectableNodes?: any[][], rootSelectorOrNode?: string|any) : ComponentRef<C>
}
Class Description
Constructor
constructor(selector: string, _viewFactory: Function, _componentType: Type<any>)
Class Details
C
selector : string
componentType :