Проверьте, существуют ли данные в таблице угловой
#angular Вопрос: У меня есть эта функция : onSubmit() { this.http.getDataFromServer('api/all').subscribe(resp => { console.log(resp.data) }) this.http.postDataToServer('api/in', this.companyForm.value).subscribe(() => { //show that organization is added in dialog this.dialog.open(DisplayPopupComponent, { data: {…