We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c00203 commit 6b8cfc1Copy full SHA for 6b8cfc1
1 file changed
public/docs/ts/latest/guide/architecture.jade
@@ -432,7 +432,7 @@ figure
432
+makeExcerpt('app/logger.service.ts', 'class')
433
434
:marked
435
- 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.
436
The `HeroService` depends on the `Logger` service and another `BackendService` that handles the server communication grunt work.
437
438
+makeExcerpt('app/hero.service.ts', 'class')
0 commit comments