Javascript – How to validate that 2 folders on the same level cannot have the same name in a recursive Angular form array
I'm not sure if my question title is clear enough but I will try to give more details. I'm trying to create a folder hierarchy form using angular forms. The form can have unlimited nesting. My problem is that now…