pnp/PnP

Requesting Suggestion on how to use renderListDataAsStream in angular 6

rameshgupth2000 opened this issue · 0 comments

his.getConfiguration().web.lists.getByTitle("AddPatientAppointment").renderListDataAsStream(q,'aa'));
const q:RenderListDataParameters={
ViewXml:CAMLQuery,
RenderOptions:2
};

I am trying like this but getting error 404 Not Found and

{"error":{"code":"-1, Microsoft.SharePoint.Client.ResourceNotFoundException","message":{"lang":"en-US","value":"Cannot find resource for the request RenderListDataAsStream."}}}

Could you please help us in resolving this issue.