- Essential Angular
- Victor Savkin Jeff Cross
- 70字
- 2021-07-02 22:56:26
Let's recap
- The central part of Angular is its compiler.
- The compilation can be done just in time (at runtime) and ahead of time (as a build step).
- The AOT compilation creates smaller bundles, tree shakes dead code, makes your templates type-safe, and improves the bootstrap time of your application.
- The AOT compilation requires certain metadata to be known statically, so the compilation can happen without actually executing the code.
推薦閱讀
- Vue.js設(shè)計(jì)與實(shí)現(xiàn)
- Learn Blockchain Programming with JavaScript
- TypeScript入門與實(shí)戰(zhàn)
- iOS 9 Game Development Essentials
- Python 深度學(xué)習(xí)
- Mastering QGIS
- VMware vSphere 6.7虛擬化架構(gòu)實(shí)戰(zhàn)指南
- Learning Data Mining with R
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- C#應(yīng)用程序設(shè)計(jì)教程
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- Learning iOS Security
- Flink核心技術(shù):源碼剖析與特性開發(fā)
- JavaWeb從入門到精通(視頻實(shí)戰(zhàn)版)
- Python深度學(xué)習(xí)與項(xiàng)目實(shí)戰(zhàn)