We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new method will return a features property with a given key from the application-configuration API response.
features
application-configuration
It will be a simple method like this:
getFeature(key: string) { return snq(() => state.features.values[key]); }
The text was updated successfully, but these errors were encountered:
feat(core): add a new selector named getFeature to the ConfigState
e5d4530
resolves #4812
docs: update the Config-State.md for new method
96ee4a7
#4812
test: add a test for getFeature selector
a2a495a
mehmet-erim
Successfully merging a pull request may close this issue.
The new method will return a
features
property with a given key from theapplication-configuration
API response.It will be a simple method like this:
The text was updated successfully, but these errors were encountered: