by Adolfo Arnold | Mar 6, 2019 | Blog
Some time ago, I had the chance to work on Raptor Framework, our product for the dynamic generation of CRUD operation starting from .Net code. During the porting from .Net Full Framework to .Net Core and Angular, I deal with the refactoring of validation management of...
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...