2
Reply

What is AOT compilation?

    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.