Skip to content

Commit

Permalink
doc: clarify root module import strategy (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
krokofant authored and vthinkxie committed Feb 11, 2019
1 parent 576932a commit f0f67b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ registerLocaleData(en);
FormsModule,
HttpClientModule,
BrowserAnimationsModule,
/** import ng-zorro-antd root module,you should import NgZorroAntdModule instead in sub module **/
/** import ng-zorro-antd root module,you should import NgZorroAntdModule and avoid importing sub modules directly **/
NgZorroAntdModule
],
bootstrap: [ AppComponent ],
Expand Down

0 comments on commit f0f67b1

Please sign in to comment.