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
parent
commit
63f64cb59f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Config-State-Service.md

2
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 => {

Loading…
Cancel
Save