We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f8002 commit f7cf6fdCopy full SHA for f7cf6fd
public/docs/ts/latest/tutorial/toh-pt6.jade
@@ -289,7 +289,7 @@ figure.image-display
289
+makeExample('toh-6/ts/app/heroes.component.ts', 'add', 'app/heroes.component.ts (add)')(format=".")
290
:marked
291
The `HeroDetailComponent` does most of the work. All we do is toggle an `*ngIf` flag that
292
- swaps it into the DOM when were add a hero and remove it from the DOM when the user is done.
+ swaps it into the DOM when we add a hero and removes it from the DOM when the user is done.
293
294
The *delete* logic is a bit trickier.
295
+makeExample('toh-6/ts/app/heroes.component.ts', 'delete', 'app/heroes.component.ts (delete)')(format=".")
0 commit comments