I've seen people using .forRoot() in their projects along with the main forRoot(paths inside...) which brings them to the sub-url.
What is the purpose of this empty for root?
Example (it is used in the imports of the defined Module):
NgbModule.forRoot(),
ShareButtonsModule.forRoot(),
BrowserModule,
HttpClientModule,