how can I create a nested, recursive table that can drill down x levels in Angular
问题 I need to make a table with data with nested subtasks. I need to make this table recursive. There is a lot of literature about ngFor recursively showing data, but not in a table format. There are a lot of things that make tables harder to work with(e.g. using div tags outside of td tags, etc.) here is a stackblitz of what I got so far. https://stackblitz.com/edit/angular-xk9nw6?file=src%2Fapp%2Ftable%2Ftable.component.html As you can see, I can only drill down a single level before I