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

Commit 023ba1c

Browse files
authored
docs(displaying-data): remind to import Hero class (#2975) (#2984)
1 parent 437617d commit 023ba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ block hero-class
202202
:marked
203203
## Using the Hero class
204204

205-
The `heroes` property in the component can now use the `Hero` class to return !{_an} !{_array}
205+
After importing the `Hero` class, the `AppComponent.heroes` property can return a _typed_ !{_array}
206206
of `Hero` objects:
207207

208208
+makeExcerpt('app/app.component.3.ts', 'heroes')

0 commit comments

Comments
 (0)