As we know all the angular applications require a compilation process before displaying them on the browser.

AOT i.e. Ahead of time is also a compiler that converts Typescript code and Angular HTML into javascript code during the build phase of an application and that’s what it makes superior to all compilers as it compiles the code at the time of build process not during the running phase of an application.

BY Best Interview Question ON 22 Sep 2021