I am new to angular and i am struggling a bit with typeError
Cannot read property 'attributeSourceSystem' of undefined
Html Content
<p-dropdown class="p-primeNg" placeholder="Source" [options]="lookupDataSourceNgDropdown" [(ngModel)]="selectedAttributeObj.attributeSourceSystem"
(ngModelChange)="selectAttributeSourceSystem(selectedAttributeObj); checkFilter('ROW');" optionLabel="templateName"
[filter]="true"></p-dropdown>
anyone know how to resolve ?