This is a sample angular application that consumes from a web api
Note:
Replace the Server URL from the "\src\environments" of the correct webapi endpoint url(domain)
e.g.
export const environment = { production: false, serverUrl: 'http://localhost:57888' };