Angular 9 Project is not working in production environment
问题 I have migrated our Angular hybrid project from 8 to 9. The migration went smooth and ng build / ng serve works well like it did before. The real problem, where I don't know how to start working on it, is after I build the app for production (ng build --prod). The landing page of the project is completely blank, no JS errors, no console warnings. It looks like the AppModule is not loaded? The only change we had to do was related to main.aot.ts file, we removed that file as it's no longer