With this change we drop support for zone.js 0.10.x. This is needed because in version 12 the CLI will only work with `~0.11.4`. See angular/angular-cli#20034. BREAKING CHANGE: Minimum supported `zone.js` version is `0.11.4` PR Close #40823
@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 find polyfills and main files for server builders.
Then it will add the @angular/localize/init
polyfill that @angular/localize
needs to work.
If the user specifies that they want to use $localize
at runtime then the dependency will be
added to the depdendencies
section of package.json
rather than in the devDependencies
which
is the default.