-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
MEAN Web Development - Second Edition
By :
Debugging most of the Angular part of your MEAN application is usually done in the browser. However, debugging the internal operations of Angular can be a bit trickier. For this purpose, a joint team from Google and Rangle.io created a Chrome extension called Angular Augury. Angular Augury extends the Chrome Developer Tools with a new tab where you can debug different aspects of your Angular application. Installing Angular Augury is quite straightforward. All you have to do is visit the Chrome web store at https://chrome.google.com/webstore/detail/augury/elgalmkoelokbchhkhacckoklkejnhcd and install the Chrome extension.
Angular Augury will work only on the Google Chrome browser.
Once you're done installing Angular Augury, use Chrome to navigate to your application URL. Then, open the Chrome Developer Tools panel, and you should see an Angular tab. Click on it and a panel similar to what is shown in the following screenshot...