Hi,

I am working on a Angular SPA Application. My scenario is , I want to 
enable some pages or some controls within pages based on a feature flag. 
Its like I want to work on same developement branch, but I want to release 
certain features only when they are ready. Before they are ready, I want to 
disable that feature while deploying.

I can use Ng-hide and Ng-show on individuals controls, but that will result 
in lots of code pollution. I can have multiple pages/routes, and based on 
the flag I can route the user to specific route, But this will result in 
code duplication and testing effort increases as well.

I am looking for a elegant solution which will enable me to go with feature 
based Flighting feature development.

PLease let me know If any body have some inputs.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to