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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -