SyntaxFix
Write A Post
Hire A Developer
Questions
In your app.js you need add something like this
global.myvar = 100;
Now, in all your files you want use this variable, you can just access it as myvar
myvar