From e8d0dab89c365a05377acedd8286b0558feabb63 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 3 Aug 2016 13:56:08 +0800 Subject: [PATCH] =?UTF-8?q?#44=20=E6=A0=B9=E6=8D=AE=20@edtim8=20=E7=9A=84?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E5=81=9A=E4=BA=86=E6=9B=B4=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index c43227213b..5e0c612d1d 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1330,7 +1330,7 @@ h3#merge-hero-routes 把英雄区的路由合并到应用程序的路由中 把`app.routes.ts`改成这样: -+makeExample('router/ts/app/app.routes.2.ts', '', 'app/app.routes.ts (v.2)')(format=".") ++makeExample('router/ts/app/app.routes.3.ts', '', 'app/app.routes.ts (v.2)')(format=".") :marked We replace the `HeroListComponent` import with an `HeroesRoutes` import.