0

I'm trying to build my angular app using this :

ng build --aot

but i get this :

ERROR in ./src/main.ts Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in...

angular 4.4.6 / angular-cli 1.5.5

A. Nassim
  • 99
  • 1
  • 9

1 Answers1

-2

please try this command ng build --aot=false that will ignore that error

Crunch
  • 7
  • 3