From 9086337c9c664c981f714c4dd56233fbc583e08f Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 14 Dec 2016 21:48:18 -0800 Subject: [PATCH] docs(displaying-data): remind to import `Hero` class (#2975) --- public/docs/ts/latest/guide/displaying-data.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/displaying-data.jade b/public/docs/ts/latest/guide/displaying-data.jade index af26970849..f137547b01 100644 --- a/public/docs/ts/latest/guide/displaying-data.jade +++ b/public/docs/ts/latest/guide/displaying-data.jade @@ -202,7 +202,7 @@ block hero-class :marked ## Using the Hero class - The `heroes` property in the component can now use the `Hero` class to return !{_an} !{_array} + After importing the `Hero` class, the `AppComponent.heroes` property can return a _typed_ !{_array} of `Hero` objects: +makeExcerpt('app/app.component.3.ts', 'heroes')