Is it possible to do a production build without AOT and will it be possible using ionic-angular 4?

ionic cordova build android --prod --ngc could work. I don’t know what ngc flag does but it has to do with the angular compiler.

Edit:
My fault, ngc flag activates aot compiling so you can build dev builds with aot.

You find the tags here, but its missing a description: