I have a angular 8 app that I would like to build and tried to run "ng build --prod --aot", files are minified and uglified, it also shows index page but when I try to login, the services needed to login throws ". is not a function or undefined"
Note: ng build is fine, css is fine, I look at sources and js is loaded but it still throws undefined error