mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5f2d98a1b1
When we check for duplicates in dev mode, we end up stringifying an `LView` even if we don't report an error. This can be expensive in large views. These changes work around the issue by only generating the string when we have an error to throw. Fixes #58509. PR Close #58521
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT