We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8103a5 commit 6958ad5Copy full SHA for 6958ad5
src/AzureAppConfigurationImpl.ts
@@ -423,6 +423,9 @@ export class AzureAppConfigurationImpl implements AzureAppConfiguration {
423
}
424
425
426
+ /**
427
+ * Loads feature flags from App Configuration to the local configuration.
428
+ */
429
async #loadFeatureFlags() {
430
const loadFeatureFlag = true;
431
const featureFlagSettings = await this.#loadConfigurationSettings(loadFeatureFlag);
0 commit comments