Experiment: Using A Feature Flag To Conditionally Render Routable Components In Angular 9.0.0-next.8

added by JavaScript Kicks
9/30/2019 7:14:27 AM

329 Views

As I've mentioned before, I love using feature flags . They have truly revolutionized the way that me and my team deploy changes to production. That said, on the front-end of our application, I've only used feature flags to enable or disable portions of an existing User Interface (UI) - typically hiding or showing the entry-point to a feature.


0 comments