We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8df34 commit 8bda4abCopy full SHA for 8bda4ab
public/docs/ts/latest/guide/ngmodule.jade
@@ -823,7 +823,7 @@ a#shared-module
823
As it happens, the components declared by `SharedModule` itself don't bind with `[(ngModel)]`.
824
Technically, there is no need for `SharedModule` to import `FormsModule`.
825
826
- `SharedModule` can still export `FormsModule` without importing it.
+ `SharedModule` can still export `FormsModule` without listing it among its `imports`.
827
828
### Why _TitleComponent_ isn't shared
829
0 commit comments