mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
56ca7d385b
This commit updates the `NgLocalization` token to become tree-shakable (vs using a direct reference to that token in the `providers` section of the `CommonModule`). The `NgLocalization` token is used for apps that use i18n and for other apps it would be excluded from the bundle. PR Close #45118 PR Close #45226