facebook
Managing the drag & drop in Angular

Managing the drag & drop in Angular

Is it possible in a web application to display data in tabular form and allowing the user to move columns with the drag and drop? In this article, I will tell you about my experience in an Angular project. Let’s start with basics using the HTML tag <table>:...
TDD: the whole code is guilty, until proven innocent!

TDD: the whole code is guilty, until proven innocent!

While I was working on a client’s project with one of our partners, I had the opportunity to face the development of some tasks, using a method I’ve heard about many times, but that I have never used before: the Test Driven Development (TDD). _This method...
Dynamic forms in Angular? It’s possible!

Dynamic forms in Angular? It’s possible!

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...