Given ``` <div *ngFor=”…” (click)=“doSomething()”> ``` Before `doSomething` would execute on the inner template context, which is incorrect. The correct behavior is to execute on the top level context of the component. PR Close #23168
{@link Injector}
{@link... }
COMPILED
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
License: MIT