From cbe5f78c1acb53b912e72ab90ea81e7d2951bba8 Mon Sep 17 00:00:00 2001 From: Jesus Rodriguez Date: Fri, 21 Apr 2017 16:03:01 +0200 Subject: [PATCH] docs(aio): fix old jade on DI --- aio/content/guide/dependency-injection.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/dependency-injection.md b/aio/content/guide/dependency-injection.md index 3fb0efafb8..e04267206e 100644 --- a/aio/content/guide/dependency-injection.md +++ b/aio/content/guide/dependency-injection.md @@ -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`. +