Skip to content

Commit

Permalink
Merge pull request #19688 from abpframework/auto-merge/rel-7-4/2676
Browse files Browse the repository at this point in the history
Merge branch rel-8.0 with rel-7.4
  • Loading branch information
maliming authored May 2, 2024
2 parents 19d4057 + 1996a07 commit 0615e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/UI/Angular/Config-State-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
})
}
Expand Down

0 comments on commit 0615e15

Please sign in to comment.