diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index d699f3ba1d..09134f07e5 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -432,7 +432,7 @@ figure +makeExcerpt('app/logger.service.ts', 'class') :marked - Here's a `HeroService` that fetches heroes and returns them in a resolved !{_PromiseLinked}. + Here's a `HeroService` that uses a !{_PromiseLinked} to fetch heroes. The `HeroService` depends on the `Logger` service and another `BackendService` that handles the server communication grunt work. +makeExcerpt('app/hero.service.ts', 'class')