- 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).
推薦閱讀
- C/C++算法從菜鳥到達(dá)人
- 深入淺出DPDK
- Haxe Game Development Essentials
- Python Data Analysis Cookbook
- Raspberry Pi Home Automation with Arduino(Second Edition)
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Yii Project Blueprints
- 21天學(xué)通C++(第5版)
- 寫給大家看的Midjourney設(shè)計書
- Extending Docker
- 你好!Python
- GO語言編程從入門到實踐
- Learn C Programming
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計算及數(shù)據(jù)分析
- 從零開始:Qt可視化程序設(shè)計基礎(chǔ)教程