From 517e3bb8e95dbbe5ab536c18c3bdbe8b06ec482b Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 25 Sep 2016 17:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=AD=A3vaanxy=E7=BD=91=E5=8F=8B?= =?UTF-8?q?=E6=8C=87=E5=87=BA=E7=9A=84=E4=B8=A4=E5=A4=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #79 --- public/docs/ts/latest/guide/ngmodule.jade | 4 ++-- public/translate/cn/about.jade | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index a264a9b276..da74ef91b9 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -195,7 +195,7 @@ a#root-module The `@NgModule` decorator defines the metadata for the module. We'll take an intuitive approach to understanding the metadata and fill in details as we go. - `@NgModel`装饰器用来为模块定义元数据。 + `@NgModule`装饰器用来为模块定义元数据。 我们先凭直觉来理解一下元数据,接下来再逐步深入细节。 This metadata imports a single helper module, `BrowserModule`, the module every browser app must import. @@ -1294,7 +1294,7 @@ a#lazy-load The `app/contact` folder holds a new file, `contact.routing.ts`. It defines the `contact` route we mentioned a bit earlier and also creates a `routing` object like so: - `app/contact`目录中也有一个新文件`Contact.routing.ts`。 + `app/contact`目录中也有一个新文件`contact.routing.ts`。 它定义了我们前面提到过的`contact`路由,并创建了`routing`对象,就像这样: +makeExample('ngmodule/ts/app/contact/contact.routing.ts', 'routing', 'app/contact/contact.routing.ts (routing)')(format='.') diff --git a/public/translate/cn/about.jade b/public/translate/cn/about.jade index 408b3cbff8..e1657ed2df 100644 --- a/public/translate/cn/about.jade +++ b/public/translate/cn/about.jade @@ -60,6 +60,7 @@ - Elderry(来自 Github ) - smilesun(来自 Angular 中文社区) - xlf531533465(来自 Github ) + - vaanxy(来自 Github ) - 另外还有一些做好事不留名的活雷锋 想让你的名字也出现在这里吗?请提供[反馈、纠错](https://github.com/angular/angular-cn/issues)。