Summary: Handling Errors and Application Debugging

Go through a summary of what has been covered in this chapter.

Handling errors during runtime or development is crucial for every Angular application. The knowledge of how to debug an application for detecting issues and problems is essential for every Angular developer.

In this chapter, you learned how to handle errors that occur during the runtime of an Angular application, such as HTTP or client-side errors. You also learned how to fix application errors thrown by the Angular framework. Finally, you explored different ways of debugging an Angular application, from the Console API to the more sophisticated Angular DevTools.

Get hands-on with 1200+ tech skills courses.