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

Commit 3bcaf29

Browse files
committed
rebasing
2 parents 2df1914 + 5ce06a3 commit 3bcaf29

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ block add-new-hero-via-detail-comp
318318
:marked
319319
Add the following CSS to the bottom of `heroes.component.css`.
320320
+makeExample('toh-6/ts/app/heroes.component.css', 'delete-hero', 'app/heroes.component.css (delete)')(format=".")
321+
:marked
322+
Add the following CSS to the bottom of `heroes.component.css`.
323+
+makeExample('toh-6/ts/app/heroes.component.css', 'delete-hero', 'app/heroes.component.css (delete)')(format=".")
321324
:marked
322325
Now let's fix-up the `HeroesComponent` to support the *add* and *delete* actions used in the template.
323326
Let's start with *add*.
@@ -419,7 +422,7 @@ block file-summary
419422
toh-6/ts/app/hero-detail.component.ts,
420423
toh-6/ts/app/hero-detail.component.html,
421424
toh-6/ts/app/hero.service.ts,
422-
toh-6/ts/app/in-memory-data.service.ts,`,
425+
toh-6/ts/app/in-memory-data.service.ts`,
423426
null,
424427
`app.comp...ts,
425428
heroes.comp...ts,
@@ -428,5 +431,5 @@ block file-summary
428431
hero-detail.comp...ts,
429432
hero-detail.comp...html,
430433
hero.service.ts,
431-
in-memory-data.service.ts,`
434+
in-memory-data.service.ts`
432435
)

0 commit comments

Comments
 (0)