{{ title }}
@if (propertiesFormArray().controls.length) {
@for (propertyControl of propertiesFormArray().controls; track trackByProperty($index, propertyControl)) {
{{$index + 1}}
@if (!disabled) { } @if (!disabled) { }
}
} @else { {{ 'dynamic-form.property.no-items' | translate }} } @if (!disabled || !propertiesFormArray().controls.length) {
}