Removing unwanted code and minifying your application is a crucial step before pushing to production. To fix this, just open up angular.json config file in your editor and navigate to “Projects” > “Name Of Your Angular App” > “architect” > “configurations” > “production” By setting the “optimization” to true, “vendorChunk” to true and “aot”...