refactor(di/injector): fixes typo in InjectorStrategy interface
Closes #3269
This commit is contained in:

committed by
Tobias Bosch

parent
2577f5eebf
commit
bc21aa0124
@ -868,7 +868,7 @@ class ElementInjectorInlineStrategy implements _ElementInjectorStrategy {
|
||||
hydrate(): void {
|
||||
var i = this.injectorStrategy;
|
||||
var p = i.protoStrategy;
|
||||
i.resetContructionCounter();
|
||||
i.resetConstructionCounter();
|
||||
|
||||
if (p.binding0 instanceof DirectiveBinding && isPresent(p.keyId0) && i.obj0 === undefinedValue)
|
||||
i.obj0 = i.instantiateBinding(p.binding0, p.visibility0);
|
||||
|
Reference in New Issue
Block a user