Upgrading from AngularJS to Angular is like building a bridge between 2 frameworks. Webpack is going to create a bundle for a browser. In our webpack configuration file we specify an entry point, usually named main.ts On our entry we are going to do a few things: Bootstrap Angular root module (aka raising the first …