|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
import { AccountConfigModule } from '@abp/ng.account/config';
|
|
|
|
|
import { CoreModule } from '@abp/ng.core';
|
|
|
|
|
import { registerLocale } from '@abp/ng.core/locale';
|
|
|
|
|
import { IdentityConfigModule } from '@abp/ng.identity/config';
|
|
|
|
@ -27,12 +28,13 @@ import { ThemeBasicModule } from '@abp/ng.theme.basic';
|
|
|
|
|
skipGetAppConfiguration: false,
|
|
|
|
|
}),
|
|
|
|
|
ThemeSharedModule.forRoot(),
|
|
|
|
|
AccountConfigModule.forRoot(),
|
|
|
|
|
IdentityConfigModule.forRoot(),
|
|
|
|
|
MyProjectNameConfigModule.forRoot(),
|
|
|
|
|
TenantManagementConfigModule.forRoot(),
|
|
|
|
|
SettingManagementConfigModule.forRoot(),
|
|
|
|
|
NgxsModule.forRoot(),
|
|
|
|
|
MyProjectNameConfigModule.forRoot(),
|
|
|
|
|
ThemeBasicModule.forRoot(),
|
|
|
|
|
NgxsModule.forRoot(),
|
|
|
|
|
],
|
|
|
|
|
providers: [APP_ROUTE_PROVIDER],
|
|
|
|
|
declarations: [AppComponent],
|
|
|
|
|