Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow Do I enable AOT ? #2772
How Do I enable AOT ? #2772
Comments
|
@Awk34 The project is build in jit or aot? |
|
Hello,
this code enable AOT only in production mode, in development mode use JIT. PS: if doesn't work, combines the packages versions. I used Angular 6.0.4 and it works. i hope this help |
How Do I enable AOT and optimize ? Also is there an easy way to update to angular 7 ?