TeamMaestro / angular-native-seed

Build web apps and NativeScript applications from one codebase using the AngularCLI.
265 stars 71 forks source link

Environment variables for nativescript #96

Open BasyaLipman opened 6 years ago

BasyaLipman commented 6 years ago

Thanks for the great work!

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?