I am developing angular 4 application with Visual studio 2017 dot net core. want to access appsetting.json configuration key on typescript file.Also, I am able to access appsetting.json key on on startup.cs file.But need to access the appsetting.json configuration key from typescript.TS file.
please advise.