|
|
|
@ -28,8 +28,7 @@ import { ConfigFormDataService } from './service/configFormData.service';
|
|
|
|
|
NzNotificationModule, |
|
|
|
|
NzMessageModule |
|
|
|
|
], |
|
|
|
|
providers: [httpInterceptorProviders, CacheTokenService, TreeService, ConfigFormDataService, |
|
|
|
|
{ provide: RouteReuseStrategy, useClass: CustomReuseStrategy }], |
|
|
|
|
providers: [httpInterceptorProviders, CacheTokenService, TreeService, ConfigFormDataService], |
|
|
|
|
bootstrap: [AppComponent] |
|
|
|
|
}) |
|
|
|
|
export class AppModule { } |
|
|
|
|