mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d6dd3dbdb0
This commit addresses an issue where the `@angular/localize/init` polyfill is not included when there are no polyfills specified in the `angular.json` file. PR Close #56300
@angular/localize schematic for ng add
This schematic will be executed when an Angular CLI user runs ng add @angular/localize.
It will search their angular.json file, and add types: ["@angular/localize"] in the TypeScript
configuration files of the project.
If the user specifies that they want to use $localize at runtime then the dependency will be
added to the dependencies section of package.json rather than in the devDependencies which
is the default.