mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Our algorithm for discovering the injector graph of an application involves calculating resolution paths for each angular node on a page, and then using those paths to construct the underlying tree. Along the we way we perform many expensive computations that are candidates for optimization through caching. This commit implements this caching, resulting in a substantial increase in performance for large applications. PR Close #52489 |
||
|---|---|---|
| .. | ||
| demo-no-zone | ||
| demo-standalone | ||
| ng-devtools | ||
| ng-devtools-backend | ||
| protocol | ||
| shared-utils | ||
| shell-browser | ||