@if (showFlagSelect) {
@if (!isLoad) { {{ flagIcon }} } @if (isLoad) { } @for (country of allCountries; track country) { {{country.flag}} {{' ' + country.name + ' +' + country.dialCode }} }
} {{ label }} @if (phoneFormGroup.get('phoneNumber').hasError('required')) { {{ requiredErrorText }} } @if (phoneFormGroup.get('phoneNumber').hasError('invalidPhoneNumber')) { {{ validationErrorText }} }