XMLHttpRequest cannot load <a class="postlink" href="http://api.falcon-app.com/AbpUserConfiguration/GetAll">http://api.falcon-app.com/AbpUserConfiguration/GetAll</a>. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4200' is therefore not allowed access.
in angular folder i replaced this files
{ "remoteServiceBaseUrl": "http://api.falcon-app.com", "appBaseUrl": "http://localhost:4200" }
directConnect: true, baseUrl: 'http://api.falcon-app.com/', framework: 'jasmine',
"swaggerGenerator": { "fromSwagger": { "url": "http://api.falcon-app.com/swagger/v1/swagger.json", "output": null } },
what is the correct sitting
thanks i got it