Skip to content

Commit bd732de

Browse files
committed
docs(tabs): use correct syntax
1 parent ce6783c commit bd732de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/usage/v8/tabs/router/angular/app_module_ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { ExampleComponent } from './example.component';
1111
import { AppRoutingModule } from './app-routing.module';
1212

1313
@NgModule({
14-
imports: [BrowserModule, FormsModule, AppRoutingModule, IonicModule.forRoot()],
14+
imports: [BrowserModule, FormsModule, AppRoutingModule, IonicModule.forRoot({})],
1515
declarations: [AppComponent, ExampleComponent],
1616
bootstrap: [AppComponent],
1717
})

0 commit comments

Comments
 (0)