fix: minor change on wording for JIT
This commit is contained in:
parent
c4d35e568a
commit
90b7c0a475
|
@ -623,7 +623,7 @@ a#H
|
|||
and launch the application dynamically. This is a good choice during development.
|
||||
Consider the [Ahead of Time](#aot) mode for production apps.
|
||||
|
||||
Angular的即时编译在浏览器中启动并编译所有的组件和模块,并动态运行应用程序。它很适合开发期使用。在产品发布时,
|
||||
Angular的即时编译在浏览器中启动并编译所有的组件和模块,并动态运行应用程序。它很适合在开发期使用。但是在产品发布时,
|
||||
推荐采用[提前编译(Ahead of Time)](#aot)模式。
|
||||
|
||||
.l-main-section#K
|
||||
|
|
Loading…
Reference in New Issue