What is AOT compilation?
Akshay Deshmukh
Typescript files converted to Javascript files on compilation stage itself
Ahead Of Time compilation. Angular compiles components and templates to native JavaScript, HTML. It will cut down rendering time.