Невозможно выполнить итерацию с помощью ngFor
#javascript #angular #typescript #javascript #угловой #typescript Вопрос: У меня есть компонент, который получает данные из серверной части и группирует их Вот код getRecruitmentAgencyClientPositions(): void { this._recruitmentAgencyClientsService.getRecruitmentAgencyClientPositions(this.recruitmentAgencyClientId).subscribe(r => { this.groupedArray =…