Skip to content

Commit c678963

Browse files
committed
lint
1 parent be2918d commit c678963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/angular/build-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ if (environment.production) {
278278
- imports: [BrowserModule, IonicModule.forRoot(), AppRoutingModule],
279279
+ imports: [BrowserModule, AppRoutingModule],
280280
providers: [
281-
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
281+
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
282282
+ provideIonicAngular({ mode: 'ios' }),
283283
],
284284
bootstrap: [AppComponent],
@@ -317,7 +317,7 @@ if (environment.production) {
317317
- imports: [BrowserModule, AppRoutingModule],
318318
+ imports: [BrowserModule, AppRoutingModule, IonApp, IonRouterOutlet],
319319
providers: [
320-
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
320+
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
321321
provideIonicAngular({ mode: 'ios' })
322322
],
323323
bootstrap: [AppComponent],

0 commit comments

Comments
 (0)