Send Angular (6) client side errors to web API for logging
问题 Another person asked my exact question here with no answer: Angular 2 Client Side Errors I'm wanting a way (avoiding additional third party frameworks if possible) to send my client-side Angular errors to my back end exception logger. My back end is just a .NET Web API project that's connected to our SQL Server database. My server side errors are currently being logged to the database by calling a stored procedure controller whenever a server error occurs (I used KudVenKat's tutorial to build