Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b47757a

Browse files
chalinfilipesilva
authored andcommitted
docs(toh-5): wrap moduleId prose in Jade block (#3013)
1 parent b7bd82f commit b47757a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

public/docs/ts/latest/tutorial/toh-pt5.jade

+5-4
Original file line numberDiff line numberDiff line change
@@ -868,10 +868,11 @@ block css-files
868868

869869
+makeExcerpt('app/app.component.ts (active router links)', 'template')
870870

871-
:marked
872-
First add `moduleId: module.id` to the `@Component` metadata of the `AppComponent`
873-
to enable _module-relative_ file URLs.
874-
Then add a `styleUrls` property that points to this CSS file as follows.
871+
block style-urls
872+
:marked
873+
First add `moduleId: module.id` to the `@Component` metadata of the `AppComponent`
874+
to enable _module-relative_ file URLs.
875+
Then add a `styleUrls` property that points to this CSS file as follows.
875876

876877
+makeExcerpt('app/app.component.ts','styleUrls')
877878

0 commit comments

Comments
 (0)