This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,10 @@ button {
5858button : hover {
5959 background-color : # cfd8dc ;
6060}
61- /* #docregion delete-hero */
61+ /* #docregion additions */
62+ .error {color : red;}
6263button .delete-button {
6364 float : right;
6465 background-color : gray !important ;
6566 color : white;
6667}
67- /* #enddocregion delete-hero */
68- /* #enddocregion */
Original file line number Diff line number Diff line change @@ -317,10 +317,7 @@ block add-new-hero-via-detail-comp
317317+ makeExample('app/heroes.component.html' , 'delete' )
318318:marked
319319 Add the following CSS to the bottom of `heroes.component.css`.
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 ="." )
320+ + makeExcerpt('toh-6/ts/app/heroes.component.css' , 'additions' , '' )( format ="." )
324321:marked
325322 Now let's fix-up the `HeroesComponent` to support the *add* and *delete* actions used in the template.
326323 Let's start with *add*.
You can’t perform that action at this time.
0 commit comments