I get this error while using Httpclient
module in API call – how to resolve this?
TypeError: Cannot read properties of null (reading ‘get’)n
at _RoomsService.getRooms (http://localhost:4200/mainc
I try to fetch data from an API, so I use http.get()
method – then it shows this error.
New contributor
dharmana chandramouli is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.