Heinrich Goebl
Member since Nov 22, 2014
- Profile: /members/12435-heinrich-goebl.htm
- URL: http://www.goebl.com/
- Comments: 2
Recent Blog Comments By Heinrich Goebl
-
Using NgOnChanges Collection With Dot-Notation And TypeScript In Angular 2.4.4
Posted on Feb 14, 2017 at 10:10 AM
A really good idea. Thanks for this post! For my part, I love TypeScript even more than JavaScript. Quality and readability is so much higher with typings.... read more »
-
How Often Do Filters Execute In AngularJS
Posted on Nov 22, 2014 at 5:07 AM
Seems like AngularJS 1.3 optimized the way filters are re-evaluated. It has the notion of stateless filters (the default) and stateful filters (not recommended). Stateless filters are only evaluated when the input changes. I've tested the difference between 1.2.19 and 1.3.2 (unstable) and it's worki... read more »