Azure App Configuration Feature Targeting in Angular

Azure App Configuration Feature Targeting in Angular

Azure App Configuration has a great feature known as feature flags. This allows you to control aspects of your application using flag which determine if a feature is available or not. In this post we look at retrieving settings using an Angular service. Standard Features One of the most basic implementations is to have flags defined with a simple boolean true or false to determine the state of that feature....

25 March 2022 · 5 min · Martyn