This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
public/docs/ts/latest/tutorial Expand file tree Collapse file tree 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
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 )
You can’t perform that action at this time.
0 commit comments