Browse Source
Merge pull request #19690 from abpframework/auto-merge/rel-8-1/2678
Merge branch prerel-8.2 with rel-8.1
pull/19691/head
maliming
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/UI/Angular/Config-State-Service.md
|
|
|
@ -123,7 +123,7 @@ You can get the application configuration response and set the `ConfigStateServi |
|
|
|
import {AbpApplicationConfigurationService, ConfigStateService} from '@abp/ng.core'; |
|
|
|
|
|
|
|
constructor(private abpApplicationConfigurationService: AbpApplicationConfigurationService, private config: ConfigStateService) { |
|
|
|
this.abpApplicationConfigurationService.get().subscribe(config => { |
|
|
|
this.abpApplicationConfigurationService.get({ includeLocalizationResources: false }).subscribe(config => { |
|
|
|
this.config.setState(config); |
|
|
|
}) |
|
|
|
} |
|
|
|
|