- Essential Angular
- Victor Savkin Jeff Cross
- 64字
- 2021-07-02 22:56:26
JIT and AOT
Angular 1 is a sophisticated HTML compiler that generates code at runtime. New versions of Angular have this option too: they can generate the code at runtime, or Just-in-time (JIT). In this case, the compilation happens while the application is being bootstrapped. But they also have another option: they can run the compiler as part of application's build, or Ahead-of-time (AOT).
推薦閱讀
- Getting Started with Gulp(Second Edition)
- Beginning C++ Game Programming
- HTML5 移動Web開發從入門到精通(微課精編版)
- Python高級機器學習
- Mastering Drupal 8 Views
- C語言程序設計
- Linux C編程:一站式學習
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- 寫給程序員的Python教程
- Modern C++ Programming Cookbook
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Visual Basic語言程序設計基礎(第3版)
- Android應用開發攻略
- 軟件自動化測試實戰解析:基于Python3編程語言