Creates a new instance to be used for an NgElement.
(injector: Injector)
| 41 | export interface NgElementStrategyFactory { |
| 42 | /** Creates a new instance to be used for an NgElement. */ |
| 43 | create(injector: Injector): NgElementStrategy; |
| 44 | } |
no outgoing calls
no test coverage detected