2019-09-20 11:05:45 -04:00
|
|
|
# @angular/localize schematic for `ng add`
|
|
|
|
|
2020-05-05 05:47:12 -04:00
|
|
|
This schematic will be executed when an Angular CLI user runs `ng add @angular/localize`.
|
2019-09-20 11:05:45 -04:00
|
|
|
|
|
|
|
It will search their `angular.json` file, and find polyfills and main files for server builders.
|
|
|
|
Then it will add the `@angular/localize/init` polyfill that `@angular/localize` needs to work.
|