rangle / angular-devtools

Moved to the Angular organization.
https://github.com/angular/angular/tree/master/devtools
256 stars 18 forks source link

fix: handle ngFor and ngIf contexts in the profiler #966

Closed mgechev closed 2 years ago

mgechev commented 2 years ago

Currently, we skip the time spent in evaluation of embedded view templates because the passed context is either an NgIf or an NgForOf.

This change generalizes the implementation to work with views embedded into a component.