20 tips for Angular performance(Part 1)
Load Time Performance
AOT: As opposed to JIT Compilation where the compilation is done in the browser, AOT compiles much of the code during the build process (also called offline compilation) thus reducing much of the processing overhead on the clie...
rahul626.hashnode.dev