docs(glossary): improve DI word

closes #2007
This commit is contained in:
Ciro Nunes 2016-07-31 17:58:00 +02:00 committed by Ward Bell
parent daac8fffbe
commit e2919de78f

View File

@ -248,7 +248,7 @@ include _util-fns
to assemble and run applications by "injecting" application parts to assemble and run applications by "injecting" application parts
into other application parts where and when needed. into other application parts where and when needed.
At the core is an [`Injector`](#injector) that returns dependency values on request. At the core there is an [`Injector`](#injector) that returns dependency values on request.
The expression `injector.get(token)` returns the value associated with the given token. The expression `injector.get(token)` returns the value associated with the given token.
A token is an Angular type (`OpaqueToken`). We rarely deal with tokens directly; most A token is an Angular type (`OpaqueToken`). We rarely deal with tokens directly; most