mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
277540c4fc
Currently we have two fake copies of `@angular/core` in the compiler tests which can be out of sync and cause inconsistent tests. These changes reuse a single copy instead. PR Close #54344 PR Close #54398