f544635014
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