I have a project which I have created using Angular 2 + SystemJS. Not I want to switch to Angular CLI + Webpack. Is there are recommended way to do it ?
remove systemjs content from index.html -Include bundle.js in your index.html.
-npm start
Video Reference Here
thats how you go from system.js to webpack for CLI i think installing CLI after this should work fine but I am not sure.