The Wayback Machine - https://web.archive.org/web/20240920155658/https://angular.dev/api/core/ComponentFactoryResolver/
@angular/core

ComponentFactoryResolver

Class
Deprecated

A simple registry that maps Components to generated ComponentFactory classes that can be used to create instances of components. Use to obtain the factory for a given component type, then use the factory's create() method to create a component of that type.

  
    abstract class ComponentFactoryResolver {}
  
  
Jump to details
HTTPS · web.archive.org
← Home