🚀 Feature request
Command (mark with an x)
- [X] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
Yes, the previous version in which this bug was not present was: ....
Description
When I run this command:
ng new ivy4ever --experimentalIvy=true
I notice that the postInstall script isn't added to the package.json file.
Futhermore, should not we add the property aot: true to angular.json ?
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
...
🔬 Minimal Reproduction
ng new ivy4ever --experimentalIvy=true
🌍 Your Environment
Angular CLI: 7.2.4
Node: 10.10.0
OS: darwin x64
Angular: 7.2.4
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.12.4
@angular-devkit/build-angular 0.12.4
@angular-devkit/build-optimizer 0.12.4
@angular-devkit/build-webpack 0.12.4
@angular-devkit/core 7.2.4
@angular-devkit/schematics 7.2.4
@ngtools/webpack 7.2.4
@schematics/angular 7.2.4
@schematics/update 0.12.4
rxjs 6.3.3
typescript 3.2.4
webpack 4.28.4
Anything else relevant?
🚀 Feature request
Command (mark with an
x)Is this a regression?
Yes, the previous version in which this bug was not present was: ....Description
When I run this command:
I notice that the postInstall script isn't added to the package.json file.Futhermore, should not we add the property
aot: trueto angular.json ?🔬 Minimal Reproduction
🌍 Your Environment
Anything else relevant?