How to read key values from appsettings.json to typescript file using angular4
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
},
"Application": {
"ServiceUrl": "http://localhost:12345",
"BaseURL": ""
},