@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 $index; let i = $index) {
}
}