The browser provides powerful tools for debugging web applications, including those built with Angular 1. I’ll list a few important concepts, but for an in-depth tutorial on debugging JavaScript in the console I highly recommend reading through the DevToo... (more…)
Read more »
Angular security best practice #1: use interpolation ({{ }}) to safely encode potentially dangerous characters and escape untrusted HTML or CSS expressions within a template expression. (more…)
Read more »
Intro If you’re reading, chances are either A, you’ve heard something about socketIO and want to get in the loop, or B, already know of it and want to see how to integrate it with Angular. Socket.io is an open source javascript framework for Node.js t...
Read more »
AngularJS was a good concept in 2012, but in 2017, the JS ecosystem as surged past Angular in maturity, flexibility, and productivity. (more…)
Read more »
Ferhat and Matan recently announced the release of AngularDart 2.0 with some pretty dramatic performance improvements at the Dart Develope...
Read more »