Building Recursive Interfaces in Angular and Entity Framework
I had an interesting problem to study today. The business problem is quite simple. I want to allow users to enter a number of items on a screen that are recursively related. To illustrate here is what I have in mind Item 1 Item 1.1 Item 1.2 Item 1.2.1 Etc.. I do not want to …
Continue reading ‘Building Recursive Interfaces in Angular and Entity Framework’ »