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: {
|
||||
|
||||
@@ -6,7 +6,7 @@ import { trigger,state, style } from '@angular/animations';
|
||||
|
||||
import { ImageService } from '../../services/image.service';
|
||||
import { ServiceComm } from '../../services/service-comm.service';
|
||||
import { ImageResp } from '../../models/Image';
|
||||
import { ImageResp } from '../../models/image';
|
||||
import { AddAction } from '../../models/add-action.enum';
|
||||
|
||||
@Component({
|
||||
|
||||
Reference in New Issue
Block a user