Upgrade Angular and fix
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user