Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a5859aa

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(guide/di): fix url-based links refs to AUTO module
Closes #6386
1 parent dacdcc6 commit a5859aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/di.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ code that constructs `SomeClass`.
5050
<img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-module-injector.png">
5151

5252
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
53+
angular.injector injector}. The injector is a service locator that is responsible for
5454
construction and lookup of dependencies.
5555

5656
Here is an example of using the injector service:

0 commit comments

Comments
 (0)