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',
|
name: '__libraryDB',
|
||||||
driverOrder: [Drivers.IndexedDB, Drivers.LocalStorage],
|
driverOrder: [Drivers.IndexedDB, Drivers.LocalStorage],
|
||||||
}),
|
}),
|
||||||
IonicModule.forRoot(),
|
IonicModule.forRoot({
|
||||||
|
mode: 'ios',
|
||||||
|
}),
|
||||||
AppRoutingModule,
|
AppRoutingModule,
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
|
Loading…
Reference in New Issue
Block a user