- 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.
推薦閱讀
- Instant Testing with CasperJS
- 軟件架構(gòu)設(shè)計(jì):大型網(wǎng)站技術(shù)架構(gòu)與業(yè)務(wù)架構(gòu)融合之道
- C# Programming Cookbook
- JavaScript從入門到精通(第3版)
- Python程序設(shè)計(jì)
- JavaScript+Vue+React全程實(shí)例
- TypeScript項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Microsoft Dynamics AX 2012 R3 Financial Management
- 智能搜索和推薦系統(tǒng):原理、算法與應(yīng)用
- Python Data Science Cookbook
- 動(dòng)手打造深度學(xué)習(xí)框架
- Learning ECMAScript 6
- Improving your Penetration Testing Skills
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- Internet of Things with Arduino Cookbook