What is just-in-time compilation?

The Angular just-in-time (JIT) compilation refers to compiling the code in the browser at runtime. This is the default behavior whenever we run the ng build command:

ng build

This mechanism will add overhead to the request and Bootstrap time. The changes are reflected during runtime in our browser, which is great when developing an application. This option allows developers to quickly test changes while developing. 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.159.1