From 2a2e66034d8f56a2ee8eb4e81300f301ce3fdb2d Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 28 Mar 2018 08:51:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9F=A5=E6=BC=8F=E8=A1=A5=E7=BC=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/quickstart.md b/aio/content/guide/quickstart.md index 120c029c5f..716737c34c 100644 --- a/aio/content/guide/quickstart.md +++ b/aio/content/guide/quickstart.md @@ -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. 这是应用的主要入口点。 - 使用[JIT compiler](guide/glossary#jit)编译器编译本应用,并启动应用的根模块 `AppModule`,使其运行在浏览器中。 - 你还可以使用[AOT compiler](guide/glossary#ahead-of-time-aot-compilation)编译器,而不用修改任何代码 —— 只要给 `ng build` 或 `ng serve` 传入 `--aot` 参数就可以了。 + 使用[JIT 编译器](guide/glossary#jit)编译本应用,并启动应用的根模块 `AppModule`,使其运行在浏览器中。 + 你还可以使用[AOT 编译器](guide/glossary#ahead-of-time-aot-compilation),而不用修改任何代码 —— 只要给 `ng build` 或 `ng serve` 传入 `--aot` 参数就可以了。