-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In this below example in the document:
https://jepiqueau.github.io/2023/08/26/Ionic7Angular-SQLite-CRUD-App.html#part-1---web---table-of-contents
Where did you created ? : import { routes } from './app/app.routes' in main.ts
It is missing. It also seems deprecated. Can you provide correction of this code please.
bootstrapApplication(AppComponent, {
providers: [SQLiteService,
InitializeAppService,
StorageService,
DbnameVersionService,
{ provide: RouteReuseStrategy, useClass: IonicRouteStrategy },
importProvidersFrom(IonicModule.forRoot({})),
provideRouter(routes),
{
provide: APP_INITIALIZER,
useFactory: initializeFactory,
deps: [InitializeAppService],
multi: true
}
],
});
Metadata
Metadata
Assignees
Labels
No labels