On this page
NgElementStrategyFactory
interface
Factory used to create new strategies for each NgElement instance.
interface NgElementStrategyFactory {
  create(injector: Injector): NgElementStrategy
}
   Methods
| 
         
         create()
          | 
      
|---|
Creates a new instance to be used for an NgElement.  | 
      
© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v14.angular.io/api/elements/NgElementStrategyFactory