|
|
|
@ -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'; |
|
|
|
@ -24,6 +25,7 @@ import { APP_ROUTE_PROVIDER } from './route.provider'; |
|
|
|
registerLocaleFn: registerLocale(), |
|
|
|
}), |
|
|
|
ThemeSharedModule.forRoot(), |
|
|
|
AccountConfigModule.forRoot(), |
|
|
|
IdentityConfigModule.forRoot(), |
|
|
|
TenantManagementConfigModule.forRoot(), |
|
|
|
SettingManagementConfigModule.forRoot(), |
|
|
|
|