From a1c811f763acac91690b2c2071969430baee6b18 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 15 Apr 2017 21:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E5=AE=8Cindex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/index.jade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index 524a203f28..62a6c19123 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -135,8 +135,12 @@ table(width="100%") Alternatively, you can run the example locally, next to those `live-example` links you have a download link. Just download, unzip, run `npm install` to install the dependencies and run it with `npm start`. + + 不过,你也可以在本地运行这个例子,你可以点击下载链接来下载。 + 只要下载、unzip、运行`npm install`安装依赖,然后运行`npm start`就可以了。 ## Reference pages + ## 参考资料 * The [Cheat Sheet](cheatsheet.html) lists Angular syntax for common scenarios.