Mateusz Stefańczyk


Angular: Template @let Variable, Hot or Not?
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 …


Breakthrough in State Management – Discover the Simplicity of Signal Store, Part 1
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 …


New Syntax for control flow in Angular!
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 …


Angular Standalone API
Angular introduced the Standalone API in its 14th version, and as part of the 15th version. It was marked as stable (previously it was in “developer preview” status). A …


Angular v14 – What you should know?
Exactly on the 2nd of June, the latest, fourteenth version of Angular had its premiere. In this article we will look at the most important changes, which you will …


RxJS7 – what’s new?
Reactivity is an indispensable part of Angular, and with it comes RxJS, which recently had the debut of its seventh version. Angular version 12.2 started supporting this version of …


Nested forms with ControlContainer
Are you creating a nested form? Do you want individual form steps to appear on different routing paths? If so, then this post will come in handy. Experience the …