facebook
The change detection in Angular

The change detection in Angular

When we talk about web solutions, change detection is a very important part of the framework that we are using because it’s responsible for the DOM updates. We must not forget that it also deeply affects an application’s performance. Change detection has two main...
Angular 9: what changes and why use it

Angular 9: what changes and why use it

In our job, it’s very challenging to follow the continuous evolution of the frameworks and development tools. In this article, we will see what’s new in Angular 9, why it is a remarkable version, and why it is worthful test it as soon as possible. The expected release...