mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
When using the `localize` option directly importing locale data from `@angular/common` is not needed because the Angular CLI will automatically include locale data. When not using the `localize` option, most likely users meant to import the global variant of the local data. See: https://angular.io/guide/i18n#import-global-variants-of-the-locale-data
Angular Webpack Build Facade
WIP