Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/cookbook/ngmodule-faq.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down