@if (route()) {
@if (inDragList()) {
drag_indicator
}
chevron_right
Route {{ index() }}
close

@if (!formGroup.controls['input'].valid) {
{{ formGroup.controls['input'].errors | json }}
}
@if (schemaService.processorTypes.length > 0) {
add
@for (processorType of schemaService.processorTypes; track processorType) { } }
Processors
@if (processors() !== undefined && processors()!.length > 0) {
@for (processor of processors(); track processor; let i = $index) {
}
}
@if (routeConfigErrors().length > 0) {
error Route Errors
@for (error of routeConfigErrors(); track error.index) {
{{ error.error }}
}
}
@if (schemaService.processorTypes.length > 0) {
@for (processorType of schemaService.processorTypes; track processorType) { }
}
@if (inDragList()) {
drag_indicator
}
chevron_right
Route
close
@if (inDragList()) {
drag_indicator
}
chevron_right
Route
close

@if (!formGroup.controls['input'].valid) {
{{ formGroup.controls['input'].errors | json }}
}
@if (schemaService.processorTypes.length > 0) {
add
@for (processorType of schemaService.processorTypes; track processorType) { } }
Processors
@if (processors() !== undefined && processors()!.length > 0) {
@for (processor of processors(); track processor; let i = $index) {
}
}
@if (routeConfigErrors().length > 0) {
error Route Errors
@for (error of routeConfigErrors(); track error.index) {
{{ error.error }}
}
}
}