patch: glossary.jade - new JIT clause.

This commit is contained in:
Zhimin YE (Rex) 2016-08-24 10:40:15 +01:00
parent 4fe7e24f16
commit c4d35e568a

View File

@ -615,12 +615,17 @@ a#H
a#jit
:marked
## Just in Time (JIT) Compilation
## 即时编译Just in Time (JIT) Compilation
.l-sub-section
:marked
With Angular _Just in Time_ bootstrapping you compile your components and modules in the browser
and launch the application dynamically. This is a good choice during development.
Consider the [Ahead of Time](#aot) mode for production apps.
Angular的即时编译在浏览器中启动并编译所有的组件和模块并动态运行应用程序。它很适合开发期使用。在产品发布时
推荐采用[提前编译Ahead of Time](#aot)模式。
.l-main-section#K
:marked
## kebab-case