- 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.
推薦閱讀
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Reporting with Visual Studio and Crystal Reports
- Designing Hyper-V Solutions
- Hadoop+Spark大數(shù)據(jù)分析實戰(zhàn)
- Building a Recommendation Engine with Scala
- PLC編程及應(yīng)用實戰(zhàn)
- UNIX Linux程序設(shè)計教程
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- 移動增值應(yīng)用開發(fā)技術(shù)導(dǎo)論
- SQL Server 入門很輕松(微課超值版)
- ASP.NET 4.0 Web程序設(shè)計
- Mastering Leap Motion
- 輕松學(xué)Scratch 3.0 少兒編程(全彩)
- 語義Web編程
- Learning Behavior:driven Development with JavaScript