ngx-indexed-db
ngx-indexed-db copied to clipboard
Need provideNgxIndexedDB to use at ApplicationConfig in Angular 18 where ngModule is not used.
Using a temporary fix as below.
export const appConfig: ApplicationConfig = { providers: [ NgxIndexedDBService, { provide: CONFIG_TOKEN, useValue: { [dbConfig.name]: dbConfig } }, ], };