Browse Source
Merge pull request #13530 from abpframework/EngincanV/update-config-state-service
Update Config-State-Service.md
pull/13542/head
Muhammed Altuğ
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/UI/Angular/Config-State-Service.md
|
|
|
@ -120,7 +120,7 @@ Please refer to `ApplicationConfigurationDto` type for all the properties you ca |
|
|
|
You can get the application configuration response and set the `ConfigStateService` state value as shown below: |
|
|
|
|
|
|
|
```js |
|
|
|
import {ApplicationConfigurationService, ConfigStateService} from '@abp/ng.core'; |
|
|
|
import {AbpApplicationConfigurationService, ConfigStateService} from '@abp/ng.core'; |
|
|
|
|
|
|
|
constructor(private abpApplicationConfigurationService: AbpApplicationConfigurationService, private config: ConfigStateService) { |
|
|
|
this.abpApplicationConfigurationService.get().subscribe(config => { |
|
|
|
|