docs(aio): fix old jade on DI

This commit is contained in:
Jesus Rodriguez 2017-04-21 16:03:01 +02:00 committed by Pete Bacon Darwin
parent 4598af23c0
commit cbe5f78c1a
1 changed files with 2 additions and 3 deletions

View File

@ -1191,10 +1191,9 @@ it supports typing of the configuration object within the class.
Aternatively, you can provide and inject the configuration object in an ngModule like `AppModule`.
+makeExcerpt('src/app/app.module.ts','ngmodule-providers')
Alternatively, you can provide and inject the configuration object in an ngModule like `AppModule`.
<code-example path="dependency-injection/src/app/app.module.ts" region="ngmodule-providers" title="src/app/app.module.ts (ngmodule-providers)"></code-example>
<div id='optional'>