This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree 1 file changed +5
-2
lines changed
public/docs/ts/latest/tutorial
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,9 @@ block add-new-hero-via-detail-comp
318
318
:marked
319
319
Add the following CSS to the bottom of `heroes.component.css`.
320
320
+ 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 ="." )
321
324
:marked
322
325
Now let's fix-up the `HeroesComponent` to support the *add* and *delete* actions used in the template.
323
326
Let's start with *add*.
@@ -419,7 +422,7 @@ block file-summary
419
422
toh-6/ts/app/hero-detail.component.ts,
420
423
toh-6/ts/app/hero-detail.component.html,
421
424
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` ,
423
426
null ,
424
427
` app.comp...ts,
425
428
heroes.comp...ts,
@@ -428,5 +431,5 @@ block file-summary
428
431
hero-detail.comp...ts,
429
432
hero-detail.comp...html,
430
433
hero.service.ts,
431
- in-memory-data.service.ts, `
434
+ in-memory-data.service.ts`
432
435
)
You can’t perform that action at this time.
0 commit comments