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

Commit 1275662

Browse files
committed
Revert minor grammar fix to keep PR atomic, fix missing #docregion that caused heroes.component.css to render incorrectly in the summary of changed files.
1 parent 8de3f3d commit 1275662

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

public/docs/_examples/toh-6/ts/app/heroes.component.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* #docregion */
12
.selected {
23
background-color: #CFD8DC !important;
34
color: white;
@@ -64,3 +65,4 @@ button.delete-button{
6465
color:white;
6566
}
6667
/* #enddocregion delete-hero */
68+
/* #enddocregion */

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ figure.image-display
266266
We aren't navigating to the component so it won't receive a hero `id`;
267267
As we noted above, that is the component's cue to create and present an empty hero.
268268

269-
Add the following HTML to `heroes.component.html`, just below the hero list (the `*ngFor`).
269+
Add the following HTML to the `heroes.component.html`, just below the hero list (the `*ngFor`).
270270
+makeExample('toh-6/ts/app/heroes.component.html', 'add-hero', 'app/heroes.component.html (add)')(format=".")
271271
:marked
272272
The user can *delete* an existing hero by clicking a delete button next to the hero's name.
@@ -370,6 +370,7 @@ figure.image-display
370370
`app.comp...ts,
371371
heroes.comp...ts,
372372
heroes.comp...html,
373+
heroes.comp...css,
373374
hero-detail.comp...ts,
374375
hero-detail.comp...html,
375376
hero.service.ts`

0 commit comments

Comments
 (0)