diff --git a/src/app/components/route-list/route-list.html b/src/app/components/route-list/route-list.html index 6491d65..192215e 100644 --- a/src/app/components/route-list/route-list.html +++ b/src/app/components/route-list/route-list.html @@ -17,7 +17,7 @@ (cdkDropListDropped)="drop($event)" [cdkDropListData]="routes()" > - @for (route of routes(); track route; let i = $index) { + @for (route of routes(); track $index + (route.input || ''); let i = $index) {
- @for (processor of processors(); track processor; let i = $index) { + @for (processor of processors(); track $index + processor.type; let i = $index) {
- @for (processor of processors(); track processor; let i = $index) { + @for (processor of processors(); track $index + processor.type; let i = $index) {