fix: 查漏补缺

This commit is contained in:
Zhicheng Wang 2018-03-28 08:51:22 +08:00
parent 8e205552ff
commit 2a2e66034d

View File

@ -441,8 +441,8 @@ Any files outside of this folder are meant to support building your app.
without changing any code by appending the`--aot` flag to the `ng build` and `ng serve` commands. without changing any code by appending the`--aot` flag to the `ng build` and `ng serve` commands.
这是应用的主要入口点。 这是应用的主要入口点。
使用[JIT compiler](guide/glossary#jit)编译器编译本应用,并启动应用的根模块 `AppModule`,使其运行在浏览器中。 使用[JIT 编译器](guide/glossary#jit)编译本应用,并启动应用的根模块 `AppModule`,使其运行在浏览器中。
你还可以使用[AOT compiler](guide/glossary#ahead-of-time-aot-compilation)编译器,而不用修改任何代码 —— 只要给 `ng build``ng serve` 传入 `--aot` 参数就可以了。 你还可以使用[AOT 编译器](guide/glossary#ahead-of-time-aot-compilation),而不用修改任何代码 —— 只要给 `ng build``ng serve` 传入 `--aot` 参数就可以了。
</td> </td>