I was just reading Angular 2 AOT documentation and a few questions poped up
The documentation clearly favours AOT over JIT and mentioned all the good stuff about how AOT is better. If that is the case why wouldn't AOT be the default build rather than doing
ng build --prod --aot
The documentation goes through in detail about how to set it up. Would
ng build --prod --aot
be good enough to ignore all those setup?