Skip to content
Prev Previous commit
Next Next commit
docs(tabs): use correct syntax
  • Loading branch information
thetaPC committed Sep 13, 2024
commit bd732dec6c2b19b5157ea3ae799cb3669bd70fd7
2 changes: 1 addition & 1 deletion static/usage/v8/tabs/router/angular/app_module_ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ExampleComponent } from './example.component';
import { AppRoutingModule } from './app-routing.module';

@NgModule({
imports: [BrowserModule, FormsModule, AppRoutingModule, IonicModule.forRoot()],
imports: [BrowserModule, FormsModule, AppRoutingModule, IonicModule.forRoot({})],
declarations: [AppComponent, ExampleComponent],
bootstrap: [AppComponent],
})
Expand Down