make ios theme to default

This commit is contained in:
Alexander Kacheryants 2024-04-07 23:57:12 +03:00
parent 583f52493d
commit 2a2f0256da

View File

@ -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: [