I was referring this documentation and came across the compilation concept. One can use either JIT or AOT compilation. However, I found it very brief and need to know following points in details,
- Differences between those two techniques
- Recommendation about when to use what
JIT - Compile TypeScript just in time for executing it.
AOT - Compile TypeScript during build phase.