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

AngularJS to Angular App Migration

The development of web apps consists of many structured steps that lead to the final result. One of the main steps is choosing a suitable framework. In this article, we will talk about AngularJS and its latest version Angular. What is the difference betwe... (more…)

Read more »