We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacdcc6 commit a5859aaCopy full SHA for a5859aa
docs/content/guide/di.ngdoc
@@ -50,7 +50,7 @@ code that constructs `SomeClass`.
50
<img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-module-injector.png">
51
52
To manage the responsibility of dependency creation, each Angular application has an {@link
53
-api/angular.injector injector}. The injector is a service locator that is responsible for
+angular.injector injector}. The injector is a service locator that is responsible for
54
construction and lookup of dependencies.
55
56
Here is an example of using the injector service:
0 commit comments