@if (route()) {
close
@if (!formGroup.controls['input'].valid) {
{{ formGroup.controls['input'].errors | json }}
}
@if (!formGroup.controls['output'].valid) {
{{ formGroup.controls['output'].errors | json }}
}
Processors
@if (processors() === undefined || processors()?.length === 0) {
} @else { @for (processor of processors(); track processor; let i = $index) {
} }
@if (schemaService.moduleTypes.length > 0) {
add
@for (processorType of schemaService.processorTypes; track processorType) { } }
@if (schemaService.processorTypes.length > 0) {
@for (processorType of schemaService.processorTypes; track processorType) { }
}
}