-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Open
Labels
area: i18nIssues related to localization and internationalizationIssues related to localization and internationalization
Milestone
Description
Which @angular/* package(s) are relevant/related to the feature request?
localize
Description
In angular/angular-cli#24145 (comment), we discovered that the compiler expects $localize to be used as global, not imported from @angular/localize/init. This is confusing and leads to users misusing the function.
Proposed solution
We should remove the exported $localize from this package and instead let users depend on it via the global declaration.
Alternatives considered
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: i18nIssues related to localization and internationalizationIssues related to localization and internationalization