From f0272f26f424ecf4d5c73cc0363789ae04ea7466 Mon Sep 17 00:00:00 2001 From: Ciro Nunes Date: Sun, 31 Jul 2016 20:28:48 +0200 Subject: [PATCH] docs(glossary): fix link to `component` for DI def closes #2009 --- public/docs/ts/latest/glossary.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index 2f8b11fced..50c6100cda 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -257,7 +257,7 @@ include _util-fns the value associated with the token for the `Foo` class, typically an instance of `Foo` itself. Angular makes similar requests internally during many of its operations - as when it creates a [`Component`](#AppComponent) for display. + as when it creates a [`Component`](#component) for display. The `Injector` maintains an internal map of tokens to dependency values. If the `Injector` can't find a value for a given token, it creates