I\'m getting following error when I build the Angular app using \"ng build --prod\". This is working when I build with Angular 4 and getting error with Angular 5. With Angul
for me, the problem was in case sensitive in import paths. but you must find all imports path that have problem. not only import that used in your module.