From 8c76f3a45e773f8e982e1744ccf7a17dfd2c4025 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Wed, 26 Dec 2018 10:05:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E9=9A=90=E8=97=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/file-structure.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/file-structure.md b/aio/content/guide/file-structure.md index 89449c9908..efd565a863 100644 --- a/aio/content/guide/file-structure.md +++ b/aio/content/guide/file-structure.md @@ -73,7 +73,9 @@ When the workspace file structure is in place, you can use the `ng generate` com 新生成的应用包含根模块和一个根组件及其模板的代码。 当工作空间的文件结构就绪之后,你可以在命令行上运行 `ng generate` 命令,来给这个初始应用添加功能和数据。 -
+ +Besides using the CLI on the command line, you can also use an interactive development environment like [Angular Console](https://angularconsole.com/), or manipulate files directly in the app's source folder and configuration files.

除了在命令行上使用 CLI 之外,你还可以使用像 [Angular Console](https://angularconsole.com/) 这样的交互开发环境,或者直接操纵应用的源码目录中的源码文件和配置文件。