We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6783c commit bd732deCopy full SHA for bd732de
static/usage/v8/tabs/router/angular/app_module_ts.md
@@ -11,7 +11,7 @@ import { ExampleComponent } from './example.component';
11
import { AppRoutingModule } from './app-routing.module';
12
13
@NgModule({
14
- imports: [BrowserModule, FormsModule, AppRoutingModule, IonicModule.forRoot()],
+ imports: [BrowserModule, FormsModule, AppRoutingModule, IonicModule.forRoot({})],
15
declarations: [AppComponent, ExampleComponent],
16
bootstrap: [AppComponent],
17
})
0 commit comments