top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

In Angular, What is the difference between JIT vs AOT in compiler?

0 votes
457 views
In Angular, What is the difference between JIT vs AOT in compiler?
posted Feb 21, 2018 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Angular offers two ways to compile your application:

Just-in-Time (JIT), which compiles your app in the browser at runtime
Ahead-of-Time (AOT), which compiles your app at build time.

answer May 20, 2018 by Chahat Sharma
...