You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2018. It is now read-only.
What's the best way to use environment variables in this seed?
angular-cli allows creating env specific files in the environments folder and adding their paths to angular-cli.json. Then you just add the environment name as a param when building/running the app in the terminal.
How can these files/objects be used for NativeScript in this seed?