I’ve used Angular 1 at my last couple of day jobs, and have gradually grown to be grumpy about it. At the time when it was released (2010), the framework had some really cool ideas baked in: automatic Model → View syncing (unlike Backbone), automatic View... (more…)
Read more »
This is an overview, intentionally non-technical because Angular is living and breathing with new commits all the time and new versions every six months… When you’re working with Angular routes, in… (more…)
Read more »
Building web apps by following certain reactive patterns and conventions is a proven way of delivering stable and scalable software. And there are lots and lots of very good tutorials out there. So, why I'm writing this article? Well, to be honest, it's n... (more…)
Read more »
Few days ago, I exploring github and found this awesome chart called Frappé Charts. It’s simple with zero dependencies. It’s so simple I… (more…)
Read more »
Component is one of the essential building block of any Angular app. A component controls a
patch of screen called a view. Components are the main way we build and specify elements and logic on the page,
... (more…)
Read more »