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 {
58
58
button : hover {
59
59
background-color : # cfd8dc ;
60
60
}
61
- /* #docregion delete-hero */
61
+ /* #docregion additions */
62
+ .error {color : red;}
62
63
button .delete-button {
63
64
float : right;
64
65
background-color : gray !important ;
65
66
color : white;
66
67
}
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
317
317
+ makeExample('app/heroes.component.html' , 'delete' )
318
318
:marked
319
319
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 ="." )
324
321
:marked
325
322
Now let's fix-up the `HeroesComponent` to support the *add* and *delete* actions used in the template.
326
323
Let's start with *add*.
You can’t perform that action at this time.
0 commit comments