
The most important new features introduced by TypeScript 5.5
Like many things, Typescript still expands to provide the best possible solution and to make the development process smoother. Let’s review what has been changed and how we can …

Like many things, Typescript still expands to provide the best possible solution and to make the development process smoother. Let’s review what has been changed and how we can …

The recent annoncement of the @let block in Angular has sparked significant debate within the developer community. While some view it as a valuable addition, others see it as …

Routing in Angular is a critical feature that enables the creation of dynamic, single-page applications (SPA). This mechanism allows seamless navigation between different views within the application without requiring …

Team Angular is not slowing down. Version 18 of the framework enhances functionalities introduced in previous versions. Emphasis is placed on further integration of signals and preparation for the …

TypeScript 5.3 is not a revolution but an evolution. The new TypeScript version provides a few important changes in key areas for developers, such as type narrowing and performance …

Introduction The realm of Angular development is witnessing a transformative shift with the advent of @ngrx/signals, a tool that signifies a major step towards a functional approach in state …

Analog is a full-stack meta-framework for Angular. It’s relatively new — its first release was in 2023 — as is the meta-framework concept in general. Many Angular developers are …

We’ve finally got it! The stable version of Angular 17 has been released. It seems that the Angular development team sets themselves a goal to surprise us with every …

In recent months, the Angular team has been constantly surprising us with new functionalities in the subsequent framework versions. One of such novelties is a change associated with control …

DestroyRef has been introduced in Angular 16 (commit link). It gives us the option to run a callback function when the component/directive is destroyed or when the corresponding injector …

After the Angular team shared news about introducing signals in Angular 16, it was all the entire community could talk about. With everyone having that level of interest and …

The implementation of signals into version 16 of Angular is another groundbreaking change that has been introduced recently. Angular signals affect many key aspects, such as data flow, change …