Building an Angular4 project and trying to figure out how and do we need to do AOT with Angular-CLI since it runs Webpack2 behind the scenes and webpack can give us production build using ng build. So do we need to do AOT with CLI or not?
Also when we run CLI based project at our local machine, is the build rendered on localhost AOT compiled or JIT?