docs(ngmodule): clarity: FormModule is not in imports array (#2195)

This commit is contained in:
Ward Bell 2016-08-25 11:06:28 -07:00 committed by GitHub
parent 5b8df3494a
commit 8bda4abe7f

View File

@ -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