The major one that affects the angular repo is the removal of the bootstrap attribute in nodejs_binary, nodejs_test and jasmine_node_test in favor of using templated_args --node_options=--require=/path/to/script. The side-effect of this is that the bootstrap script does not get the require.resolve patches with explicitly loading the targets _loader.js file. PR Close #34736
@angular/localize schematic for ng add
This schematic will be executed when a 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.