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

docs(di): reference the correct component #3260

Merged
merged 1 commit into from
Feb 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/cookbook/dependency-injection.jade
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ a(id='alex')
The parent must cooperate by providing an *alias* to itself in the name of a *class-interface* token.

Recall that Angular always adds a component instance to its own injector;
that's why we could inject *Alex* into *Carol* [earlier](#known-parent).
that's why we could inject *Alex* into *Cathy* [earlier](#known-parent).

We write an [*alias provider*](#useexisting) — a `provide` object literal with a `useExisting` definition —
that creates an *alternative* way to inject the same component instance
Expand Down