@if (route()) {
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 (schemaService.processorTypes.length > 0) {
@for (processorType of schemaService.processorTypes; track processorType) { }
}
}