From c4d35e568a5f98169decfa35e916414db5a8ee82 Mon Sep 17 00:00:00 2001 From: "Zhimin YE (Rex)" Date: Wed, 24 Aug 2016 10:40:15 +0100 Subject: [PATCH] patch: glossary.jade - new JIT clause. --- public/docs/ts/latest/glossary.jade | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index bc34fc08f4..53fa9902d2 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -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