docs(ngmodule-faq): Remove unnecessary spaces (#3358)
This commit is contained in:
parent
ff727cf5bd
commit
82d373d2f4
|
@ -815,7 +815,7 @@ table
|
|||
router directives such as `RouterLink` and `RouterOutlet`.
|
||||
|
||||
A routing module *should not have its own `declarations`*.
|
||||
Components, directives, and pipes are the *responsibility of the feature module*,
|
||||
Components, directives, and pipes are the *responsibility of the feature module*,
|
||||
not the _routing_ module.
|
||||
|
||||
A routing module should _only_ be imported by its companion module.
|
||||
|
|
Loading…
Reference in New Issue