Ngx-Function-Expression: Safely Call Methods in Angular Templates

When working with Angular, surely you have heard the one magic rule for your templates: Don’t call any methods. And there is good reason: The way Angular Change Detection works, your method will be called in every CD cycle. This can lead to massive perfor… Read more

Similar

Angular’s Dependency Injection in React

Recently I’ve been blogging mostly about Angular and it’s not by accident! Angular is an amazing framework, bringing a lot of innovation to the front-end technologies, with a great community behind it. In the same time, the projects that I’m working on ha... (more…)

Read more »

SVG and Canvas Graphics in Angular 2

Most Angular applications are built using good old HTML and CSS. But it just so happens that HTML is only one of the four main rendering pipelines made available on the web platform, the three other ones being SVG, the 2D Canvas, and the 3D WebGL Canvas.

Read more »