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

Commit f0206cc

Browse files
chalinkwalrath
authored andcommitted
docs(ts/_cache): misc sync (#2971)
* docs(toh-5): backport cache change to main jade file * docs(ts/_cache): misc sync
1 parent 5ea668c commit f0206cc

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

public/docs/ts/_cache/glossary.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ a#aot
250250
and returns a fully prepared instance of "A".
251251

252252
Angular provides and relies upon its own sophisticated
253-
[dependency injection](dependency-injection.html) system
253+
[dependency injection](!{docsLatest}/guide/dependency-injection.html) system
254254
to assemble and run applications by "injecting" application parts
255255
into other application parts where and when needed.
256256

public/docs/ts/_cache/tutorial/toh-pt6.jade

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ block http-providers
9191

9292
block backend
9393
:marked
94-
We're importing the `InMemoryWebApiModule` and adding it to the module `imports`.
95-
The `InMemoryWebApiModule` replaces the default `Http` client backend —
96-
the supporting service that talks to the remote server —
97-
with an _in-memory web API alternative service_.
94+
Rather than require a real API server, this example simulates communication with the remote server by adding the
95+
<a href="https://github.com/angular/in-memory-web-api" target="_blank" title="In-memory Web API"><i>InMemoryWebApiModule</i></a>
96+
to the module `imports`, effectively replacing the `Http` client's XHR backend service with an in-memory alternative.
9897

9998
+makeExcerpt(_appModuleTsVsMainTs, 'in-mem-web-api', '')
10099

public/docs/ts/latest/tutorial/toh-pt5.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ block heroes-component-cleanup
775775
:marked
776776
### Update the _HeroesComponent_ class.
777777

778-
The `HeroesComponent` navigates to the `HeroesDetailComponent` in response to a button click.
778+
The `HeroesComponent` navigates to the `HeroDetailComponent` in response to a button click.
779779
The button's _click_ event is bound to a `gotoDetail` method that navigates _imperatively_
780780
by telling the router where to go.
781781

0 commit comments

Comments
 (0)