I am currently working on an Angular 2 application in Visual Studio 2015. In my project, I need to retrieve the app setting value from web.config in a TypeScript file (service.ts).
Despite searching online and reading various resources, I have not been able to find a solution to this issue yet. One resource I consulted was this link:
If anyone has insight on how to resolve this problem, please share your knowledge.