docs(architecture): update wording (#3049)
This commit is contained in:
parent
6c00203623
commit
6b8cfc1291
|
@ -432,7 +432,7 @@ figure
|
||||||
+makeExcerpt('app/logger.service.ts', 'class')
|
+makeExcerpt('app/logger.service.ts', 'class')
|
||||||
|
|
||||||
:marked
|
: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.
|
The `HeroService` depends on the `Logger` service and another `BackendService` that handles the server communication grunt work.
|
||||||
|
|
||||||
+makeExcerpt('app/hero.service.ts', 'class')
|
+makeExcerpt('app/hero.service.ts', 'class')
|
||||||
|
|
Loading…
Reference in New Issue