mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
eab4847a8b
Introduces unique, IDs for component instances during profiling. Embeds these instance IDs into custom `angular-devtools://component/ID` URLs for component and lifecycle hook events recorded in Chrome's Performance panel. This allows users, when deep linking is enabled, to click on a component event in the timeline summary and navigate directly to that specific component instance in the Angular DevTools extension. Closes angular#63960