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

Commit f0272f2

Browse files
cironuneswardbell
authored andcommitted
docs(glossary): fix link to component for DI def
closes #2009
1 parent 2328b58 commit f0272f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/glossary.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ include _util-fns
257257
the value associated with the token for the `Foo` class, typically an instance of `Foo` itself.
258258

259259
Angular makes similar requests internally during many of its operations
260-
as when it creates a [`Component`](#AppComponent) for display.
260+
as when it creates a [`Component`](#component) for display.
261261

262262
The `Injector` maintains an internal map of tokens to dependency values.
263263
If the `Injector` can't find a value for a given token, it creates

0 commit comments

Comments
 (0)