@angular/core

ComponentFactory

Class
Deprecated

Base class for a factory that can create a component dynamically. Instantiate a factory for a given type of component with resolveComponentFactory(). Use the resulting ComponentFactory.create() method to create a component of that type.

  
    abstract class ComponentFactory {}
  
  
Jump to details