make ios theme to default
This commit is contained in:
parent
583f52493d
commit
2a2f0256da
@ -17,7 +17,9 @@ import { provideHttpClient } from '@angular/common/http';
|
||||
name: '__libraryDB',
|
||||
driverOrder: [Drivers.IndexedDB, Drivers.LocalStorage],
|
||||
}),
|
||||
IonicModule.forRoot(),
|
||||
IonicModule.forRoot({
|
||||
mode: 'ios',
|
||||
}),
|
||||
AppRoutingModule,
|
||||
],
|
||||
providers: [
|
||||
|
Loading…
Reference in New Issue
Block a user