Untitled

 avatar
unknown
plain_text
2 years ago
377 B
8
Indexable
LookupData(){
this.mdassetsserviceservice.getAssetDataList().subscribe((data:any) => {
this.dep.push(Object);
this.updatedList=data;
}
})

}

can you modify the above code for the Angular component file with respect to the Angular Service file below
getAssetDataList(data: number) { return this.http.get(`${this.assetdatalistURL}/getAssetDataList?parameter=${data}`);
Editor is loading...
Leave a Comment