From 8bda4abe7fe80934943dc9d470dbd69736209086 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 25 Aug 2016 11:06:28 -0700 Subject: [PATCH] docs(ngmodule): clarity: FormModule is not in imports array (#2195) --- public/docs/ts/latest/guide/ngmodule.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index fc8a0caaad..49e8d11c74 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -823,7 +823,7 @@ a#shared-module As it happens, the components declared by `SharedModule` itself don't bind with `[(ngModel)]`. Technically, there is no need for `SharedModule` to import `FormsModule`. - `SharedModule` can still export `FormsModule` without importing it. + `SharedModule` can still export `FormsModule` without listing it among its `imports`. ### Why _TitleComponent_ isn't shared