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

Commit 8bda4ab

Browse files
authored
docs(ngmodule): clarity: FormModule is not in imports array (#2195)
1 parent 5b8df34 commit 8bda4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/ngmodule.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ a#shared-module
823823
As it happens, the components declared by `SharedModule` itself don't bind with `[(ngModel)]`.
824824
Technically, there is no need for `SharedModule` to import `FormsModule`.
825825

826-
`SharedModule` can still export `FormsModule` without importing it.
826+
`SharedModule` can still export `FormsModule` without listing it among its `imports`.
827827

828828
### Why _TitleComponent_ isn't shared
829829

0 commit comments

Comments
 (0)