docs(ngmodule-faq): correct BrowserModule import module (#2269)
This commit is contained in:
@@ -166,7 +166,7 @@ a#q-browser-vs-common-module
|
||||
### Should I import _BrowserModule_ or _CommonModule_?
|
||||
|
||||
The **root application module** (`AppModule`) of almost every browser application
|
||||
should import `BrowserModule` from `@angular/core`.
|
||||
should import `BrowserModule` from `@angular/platform-browser`.
|
||||
|
||||
`BrowserModule` provides services that are essential to launch and run a browser app.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user