Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 390e280

Browse files
Josh68wardbell
authored andcommitted
docs(di): fix AppModule providers in dependency-injection.jade (#3206)
"Here's our AppModule where we register a `Logger`, a `UserService`, and an `APP_CONFIG` provider." No Logger appears to be registered in the source code.
1 parent 9057335 commit 390e280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/dependency-injection.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ block register-provider-ngmodule
259259
We can either register a provider within an [NgModule](ngmodule.html) or in application components
260260

261261
### Registering providers in an NgModule
262-
Here's our AppModule where we register a `Logger`, a `UserService`, and an `APP_CONFIG` provider.
262+
Here's our AppModule where we register a `UserService` and an `APP_CONFIG` provider.
263263

264264
- var app_module_ts = 'src/app/app.module.ts';
265265
+makeExcerpt(app_module_ts + ' (excerpt)', 'ngmodule', app_module_ts, { otl: /(providers:)/ })

0 commit comments

Comments
 (0)