@MaxZieb, thx anywey i have solved the problem. Now i have the next one
A the moment i access to my json file localy const lang_list = '${resourcesFolderName}/myFile.json'
What i have to do that I will be able to access via url?
Thx!
@MaxZieb, thx anywey i have solved the problem. Now i have the next one
A the moment i access to my json file localy const lang_list = '${resourcesFolderName}/myFile.json'
What i have to do that I will be able to access via url?
Thx!
Have a look at JSONP (my favorite)
or use fetch