Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1fb1df4

Browse files
committed
docs(displaying-data/ts): post-review edits
1 parent 5466367 commit 1fb1df4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/docs/ts/latest/guide/displaying-data.jade

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ figure.image-display
2222
* [Showing component properties with interpolation](#interpolation)
2323
* [Showing !{_an} !{_array} property with NgFor](#ngFor)
2424
* [Conditional display with NgIf](#ngIf)
25-
<li if-docs="ts">only ts</li>
2625

2726
.l-sub-section
2827
:marked
@@ -222,7 +221,7 @@ block hero-class
222221

223222
:marked
224223
We'll have to update the template.
225-
At the moment it displays the `Hero` object.
224+
At the moment it displays the hero's `id` and `name`.
226225
Let's fix that so we display only the hero's `name` property.
227226

228227
+makeExcerpt('app/app.component.3.ts', 'template')

0 commit comments

Comments
 (0)