Last active
March 24, 2018 16:10
-
-
Save itaditya/9be039f043799fe3bddadc044b827ef3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const features = await getFeatures(); | |
/* | |
{ | |
showNewStyle: false, | |
allowNewsFeedAccess: true | |
} | |
*/ | |
if (features.showNewStyle) { | |
//load the new style css file | |
} | |
if(features.allowNewsFeedAccess) { | |
//show the News Feed button | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment