@for (formGroup of formsArray.controls; track $index) {
{{getEnumerateDescription($index)}} @if (getValeuViewContact($index)) {
}
@if (isCardSaved($index)) { } @if(formsArray.length > 1){ }
@if (isCardExpanded($index)) {
@if(abmListInput.type === ABM_LIST_TYPE.CURRENCY) {
} @if(abmListInput.type === ABM_LIST_TYPE.CHIP) {
} @if(abmListInput.type === ABM_LIST_TYPE.MULTISELECT) {
} @if(abmListInput.type !== ABM_LIST_TYPE.CURRENCY && abmListInput.type !== ABM_LIST_TYPE.CHIP && abmListInput.type !== ABM_LIST_TYPE.MULTISELECT) {
@if(abmListInput.type === ABM_LIST_TYPE.INPUT) { } @if(abmListInput.type === ABM_LIST_TYPE.AUTOCOMPLETE) { } @if(abmListInput.type === ABM_LIST_TYPE.SELECT) { } @if(abmListInput.type === ABM_LIST_TYPE.DATE) { } @if(abmListInput.type === ABM_LIST_TYPE.CHECK) { } @if(abmListInput.type === ABM_LIST_TYPE.AUTOCOMPLETEG) { }
}
@if (infoMessage) {
{{infoMessage.message.text}}
}
}
}
@if(canAddMore){ }