|
|
|
@ -14,7 +14,7 @@ import { AppRoutingModule } from './app-routing.module'; |
|
|
|
import { AppComponent } from './app.component'; |
|
|
|
import { APP_ROUTE_PROVIDER } from './route.provider'; |
|
|
|
import { FeatureManagementModule } from '@abp/ng.feature-management'; |
|
|
|
// import { AbpOAuthModule } from '@abp/ng.oauth';
|
|
|
|
import { AbpOAuthModule } from '@abp/ng.oauth'; |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
imports: [ |
|
|
|
@ -27,7 +27,7 @@ import { FeatureManagementModule } from '@abp/ng.feature-management'; |
|
|
|
sendNullsAsQueryParam: false, |
|
|
|
skipGetAppConfiguration: false, |
|
|
|
}), |
|
|
|
// AbpOAuthModule.forRoot(),
|
|
|
|
AbpOAuthModule.forRoot(), |
|
|
|
ThemeSharedModule.forRoot(), |
|
|
|
AccountConfigModule.forRoot(), |
|
|
|
IdentityConfigModule.forRoot(), |
|
|
|
|