Skip to content

Instantly share code, notes, and snippets.

@duard
Last active June 16, 2023 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duard/1e5106ad587446cee40241ec10624cf5 to your computer and use it in GitHub Desktop.
Save duard/1e5106ad587446cee40241ec10624cf5 to your computer and use it in GitHub Desktop.
feature flags angular
{
"access": {
"validateJWTStart": true
},
"routes": {
"main": true,
"home": true,
"usuarios": true,
"arquivo-deposito": true,
"privacy-policy": false,
"settings": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment