docs(ngmodule-faq): fix typo (#3053)
This commit is contained in:
parent
07b8e2bbf1
commit
9e02eddac5
@ -169,7 +169,7 @@ a#q-browser-vs-common-module
|
||||
`BrowserModule` provides services that are essential to launch and run a browser app.
|
||||
|
||||
`BrowserModule` also re-exports `CommonModule` from `@angular/common`
|
||||
which means that component in the `AppModule` module also have access to
|
||||
which means that components in the `AppModule` module also have access to
|
||||
the Angular directives every app needs such as `NgIf` and `NgFor`.
|
||||
|
||||
_Do not import_ `BrowserModule` in any other module.
|
||||
|
Loading…
x
Reference in New Issue
Block a user