Here is what we think are the Top 5 Error Management AngularJS Modules. Have you ever had errors appear on your AngularJS web app? Did it fustrate you? You may have seen something like “Can’t interpolate” or “object is not a function“. Well maybe you should check out a way of managing those errors using an ngmodule! There are modules which managing console logging, global errors, JavaScript error reporting, exceptions and more.
Included in this list however are also modules which can manage form validation errors your users see when they submit a form which has some validation issues. One example would be a directive to check if passwords match which simply checks if two input values are the same. Or a directive to check if a username is unique that fires off an ajax request to the server and checks and returns back informing the user.
This post was last updated on: 12/6/2015. For an updated list see more Error Management AngularJS Modules
1. Angular Bootstrap Show Errors by Paul Yoder
An Angular directive for Bootstrap 3 that intelligently applies the ‘has-error’ class to invalid form fields.
2. Angular Auto Validate by Jon Samwell
An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors.
3. logItDown by TransferWise Ltd.
logItDown is an AngularJS module that collects all your $log and $exceptionHandler messages into a service for later inspection.
4. JSNLog.AngularJS by Mperdeck
Logging and JavaScript error handling for AngularJS
5. globalErrors by Devon DeVoss
A simple global errors module for AngularJS. I tested this with 1.22 and the current 1.3 angular beta.
Thank you for reading and if you would like to you can submit your Error Management AngularJS Modules or leave a comment below.
Post tags: Error Management, error monitoring, exceptions, $exceptionHandler, ng-error, errors, error, ng-error-handler, ngError.
RT @angularjs4u: Top 5 Error Management AngularJS Modules: Here is what we think are the Top 5 Error Management AngularJS … http://t.co/x…
RT @angularjs4u: Top 5 Error Management AngularJS Modules: Here is what we think are the Top 5 Error Management AngularJS … http://t.co/x…