docs(ngmodule): clarity: FormModule is not in imports array (#2195)
This commit is contained in:
parent
5b8df3494a
commit
8bda4abe7f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user