by Adolfo Arnold | Jan 23, 2019 | Blog
A frequently required activity, in the projects I work on, is the management of the upload and download of files in Angular. There are different ways to develop these functionalities: the best approach often depends on the available API. Suppose you have...
by Francesco de Vicariis | Jan 7, 2019 | Blog
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 followed several sessions on Azure and the like, I said to myself: why not put the portal on Azure and take advantage of...
by Michele Aponte | Oct 24, 2018 | Blog
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 back-end was realized with Asp.Net Core and from this experience, I would extract some blog posts, this is only the first one....
by Michele Aponte | Oct 24, 2018 | Blog
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 dashboard with resizable widgets, that can be positioned on the page with the classical drag & drop approach. We did some...
by Michele Aponte | Oct 24, 2018 | Blog
During the porting of Raptor.UI (the front-end Angular application of our framework), we have used the new Angular HttpClient (as discussed here), with,apparently, any breaking change. If we examine in depth, we have converted...
by Michele Aponte | Oct 24, 2018 | Blog
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 to call our backend, which basically introduces a generic type on the result to omit the...