From b47757a0fbbe697d965538291a24f834821c0027 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 20 Dec 2016 14:16:28 -0800 Subject: [PATCH] docs(toh-5): wrap moduleId prose in Jade block (#3013) --- public/docs/ts/latest/tutorial/toh-pt5.jade | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index e02f5d7a3f..ac463a19d2 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -868,10 +868,11 @@ block css-files +makeExcerpt('app/app.component.ts (active router links)', 'template') -:marked - First add `moduleId: module.id` to the `@Component` metadata of the `AppComponent` - to enable _module-relative_ file URLs. - Then add a `styleUrls` property that points to this CSS file as follows. +block style-urls + :marked + First add `moduleId: module.id` to the `@Component` metadata of the `AppComponent` + to enable _module-relative_ file URLs. + Then add a `styleUrls` property that points to this CSS file as follows. +makeExcerpt('app/app.component.ts','styleUrls')