I am developing angular 2 application using visual studio 2015, In my current project I want to get the app setting value from web.config in typescript file(service.ts)
Before posting this question into this, I did google it and read some links but I did not get it. This is the link I read earlier but I did not get a result: https://forums.asp.net/t/2071477.aspx?How+to+read+web+config+appsetting+key+value+in+Type+Script
Please tell me how to solve this problem.