Skip to main content
TrustRadius
Angular Feature Flags

Angular Feature Flags

Overview

What is Angular Feature Flags?

Angular Feature Flags is an open source AngularJS feature management tool.

Read more
Recent Reviews
Read all reviews
Return to navigation

Pricing

View all pricing
N/A
Unavailable

What is Angular Feature Flags?

Angular Feature Flags is an open source AngularJS feature management tool.

Entry-level set up fee?

  • No setup fee

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services

Would you like us to let the vendor know that you want pricing?

Alternatives Pricing

What is Amplitude Analytics?

Amplitude Analytics is an analytics platform for mobile and web. It is designed to help organizations segment users and analyze funnels, retention and revenue. Amplitude Analytics helps you achieve actionable insights from customer digital journeys and uses behavioral graphs to build customer…

What is Unleash?

Unleash is an open-source feature management platform. It's built for high scale and supports all the major programming languages. Unleash lets users turn new features on/off in production with no need for redeployment. A software development best practice for releasing and validating new…

Return to navigation

Product Details

What is Angular Feature Flags?

Angular Feature Flags Technical Details

Operating SystemsUnspecified
Mobile ApplicationNo
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(12)

Reviews

(1-1 of 1)
Companies can't remove reviews or game the system. Here's why
Brendan McKenna | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User
Incentivized
Angular Feature Flags are being used in our newly re-written internal staff portal application. We are in the process of porting over each section of the portal into the new code base. Different teams are coding and responsible for different domains and each section of the staff portal is a window into that domain. We have the ability through the use of a custom route guard to disable navigation to any subsection of the portal. Each subsection is treated as a feature essentially and allows us to develop the portal with a less complex branching strategy as a result of Feature Flags disabling access to certain areas of the app. Otherwise each feature area would have to be developed in a different Git branch and there's enough overlap between domains and use of shared code which would make that branching strategy much more complex and unwieldly.
  • Allows for easy configuration of what you may define as features
  • Allows for a customization layer to utilize Feature Flags
  • Would be nice if there were a built in route guard and more end to end solution out of the box I suppose
Feature Flags are well suited for apps which are being developed across numerous teams in order to extend and basically enable/disable whatever areas of the app you want. It's not really necessary for an individual developer or perhaps even a single team of developers, depending.
  • Allows for a less complex Git branching strategy
  • Allows for code sharing and re-use across teams since code exists in a common branch
  • I would say a large ROI considering the reduction in branching and merging we need to perform and also the ability to use common, up to date code across teams. There's a lot of shared code we make use of, particularly with identity and authentication and our entire identity platform which is essentially used by each feature.
We still utilize Git as our source control system but Feature Flags allow us to use Git in a less complex and more efficient way for our development needs.
Return to navigation