angular - How can I disable AOT in angular2? -
i got this:
ng build --prod --no-aot
but not able understand difference between
ng build --prod
and
ng build --prod --no-aot
the flag --prod
aot compilation default. if want build without aot run ng build
without flag.
wiki
Comments
Post a Comment