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.
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.
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.
Angular: ngModel and forms
In this article, we will explore how to use ngModel in Angular forms to simplify data state management.
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.
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.