1.

What are the advantages & limitation of AOT compilation?

Answer»

Advantages-

  • Fast download
  • Quicker rendering
  • Reduces Http Requests
  • Catches errors during the build phase
Disadvantages-
  • Only works with HTML and CSS Not other file types.
  • Must MAINTAIN bootstrap file AOT version
  • Must clean-up before COMPILING.


Discussion

No Comment Found