chore(guide/server-communication): fix indentation in Jade

This commit is contained in:
Patrice Chalin 2016-06-17 16:27:39 -07:00 committed by Naomi Black
parent 58d20e57b5
commit b049c1bcf4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ block system-config-of-http
SystemJS knows how to load services from the !{_Angular_http_library} when we import from the `@angular/http` module
because we registered that module name in the `system.config` file.
:marked
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.
.l-sub-section
:marked
Learn about providers in the [Dependency Injection](dependency-injection.html) chapter.