We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d20e5 commit b049c1bCopy full SHA for b049c1b
public/docs/ts/latest/guide/server-communication.jade
@@ -73,7 +73,7 @@ block system-config-of-http
73
SystemJS knows how to load services from the !{_Angular_http_library} when we import from the `@angular/http` module
74
because we registered that module name in the `system.config` file.
75
:marked
76
- Before we can use the `#{_Http}` client , we'll have to register it as a service provider with the Dependency Injection system.
+ Before we can use the `#{_Http}` client , we'll have to register it as a service provider with the Dependency Injection system.
77
.l-sub-section
78
79
Learn about providers in the [Dependency Injection](dependency-injection.html) chapter.
0 commit comments