Mainly Devel Notes

Twitter, GitHub, StackOverflow: @ovrmrw (short hand of "overmorrow" that means the day after tomorrow)

Angular

ko.computed(Knockout) equivalent in Angular + TypeScript

sometimes it is calculated by Angular, sometimes you fill it by hand. (English) My most familiar JavaScript library is KnockoutJS. Especially I like ko.computed that is a mighty feature of Knockout. When observed variables are changed, Kno…