mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
05762b9fff
The localize package intentionally duplicates some logic from the compiler to avoid adding a dependency. This is now an error in the packaging rule to prevent common pitfalls/code duplication. Here it's an explicit decision though so we mark it as such and ask for the check to be ignored for the particular import. PR Close #51500 PR Close #51558