Stay updated

Uploading and Downloading files with Angular and Asp.Net Core
A frequently required activity, in the projects I work on, is the management of the upload and download of files in Angular. There are...

Load tests with Azure
Some days ago, one of our clients asked us to make some load tests on an application we developed. Since we had recently returned from WPC, where I...

Angular CLI and Webpack: what’s inside my bundle?
Some weeks ago, I’ve been in Bari by a customer, and we passed two days in optimizing Angular-CLI build process in an advanced scenario. The...

Angular Advanced Components: how to create a dashboard
In the last few days, I was in Rome by a customer, who is porting a vb6 application to Angular. During the code review, he asks me to add a...

About HttpClient in Angular: immutable or not immutable, that is the question!
During the porting of Raptor.UI (the front-end Angular application of our framework), we have used the new Angular HttpClient (as...

The new HttpClient in Angular
Starting from the 5th version of Angular, the @angular/http module was deprecated for the new @angular/common/http module. Now we have a new object...

Angular, NodeJS and Typescript together
A new customer called me for a project on an embedded device, where the purpose is to provide a simple user interface to control the execution...