I have to update a Angular 2 app with SystemJS to the latest version of Angular, currently Angular 7. It also lacks the Angular CLI and I would like to add it to the project, so there are two big changes.
I have read this: https://update.angular.io/ But there's nothing about SystemJS in there.
Also read this, but it's only about SystemJS: Move project from SystemJS to Angular CLI / Webpack
So, which is the best order to accomplish this task? Start a Angular7 project from scratch with AngularCLI and paste files and fix things? Go step by step upgrading angular and then change SystemJS to AngularCLI? First change SystemJS to AngularCLI and then upgrade Angular version?
Thank you.