This project was generated with Angular CLI version 7.2.1.
- Start with an Angular Project v7
- Have a project structure that has a nested folder structure. i.e.
- Root/
- angular.json
- projects/
- main-project/
- dist/
- tsconfig.json
- src/
- app
- other-other-angular-project/
- dist/
- tsconfig.json
- src/
- app
- Run update
ng update @angular/cli @angular/core
- Notice that in the
projects/main-project/tsconfig.json
, themodule: x
does not get updated tomodule: esnext
which is required for the new dynamic import loading. - Even if the
tsconfig.json
is not in the root of the project, thetsconfig.json
is defined inangular.json