The Wayback Machine - https://web.archive.org/web/20240920155708/https://angular.dev/api/core/ComponentFactory/
@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<C> {}
  
  
Jump to details
HTTPS · web.archive.org
← Home