Я новичок в angular и немного борюсь с typeError
Cannot read property 'attributeSourceSystem' of undefined
Html Содержимое
<p-dropdown class="p-primeNg" placeholder="Source" [options]="lookupDataSourceNgDropdown" [(ngModel)]="selectedAttributeObj.attributeSourceSystem"
(ngModelChange)="selectAttributeSourceSystem(selectedAttributeObj); checkFilter('ROW');" optionLabel="templateName"
[filter]="true"></p-dropdown>
Кто-нибудь знает, как решить?