Upgrade Angular and fix

This commit is contained in:
2023-04-14 12:48:22 +02:00
parent 9b914b211d
commit 4f42243f20
8 changed files with 40 additions and 51 deletions

View File

@@ -148,7 +148,8 @@ export function initConfig(configService: ConfigurationHelper) {
imports: [
RouterModule.forRoot(
appRoutes,
{ enableTracing: !environment.production, relativeLinkResolution: 'legacy' } // <-- debugging purposes only
{ enableTracing: !environment.production } // <-- debugging purposes only
// { enableTracing: !environment.production, relativeLinkResolution: 'legacy' } // <-- debugging purposes only
),
TranslateModule.forRoot({
loader: {