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