Angular

Implementing a Client-Side Shopping Cart with Angular 21

Angular 21 brings signals, standalone components, and the new control flow syntax into a mature, cohesive toolkit. A client-side shopping cart is the perfect playground to exercise all three.

March 28, 2026
Angular

Making WHOIS requests for .it domains with Angular and Go

In this article we will see how to create a web application to perform WHOIS queries to the .it domain name registry using Angular and Go.

February 18, 2024
Angular

Angular: routes and routing with parameters

One essential feature of Angular routing is the ability to pass parameters to routes, enabling the creation of more flexible and interactive web applications.

January 22, 2024
Angular

Angular: ngModel and forms

In this article, we will explore how to use ngModel in Angular forms to simplify data state management.

January 6, 2024
Angular

Angular: the ngIf directive

In this article, we will explore what the *ngIf directive is, how it works, and how it can be used effectively in Angular applications.

January 6, 2024
Angular

Angular: the ngFor directive

Among the many features offered by Angular, the *ngFor directive is one of the most used and powerful when it comes to managing iterations and rendering of lists of data.

January 6, 2024