{{ labelText }}
@if (svListFormGroup.hasError('required')) {
rule-node-config.map-fields-required
} @if (svListFormGroup.hasError('svMapRequired')) {
{{ requiredText }}
}
{{ selectText }}
{{ valText }}
@for (keyValControl of keyValsFormArray().controls; track keyValControl) {
@for (option of filterSelectOptions(keyValControl); track option) { {{option.name}} }
}