Angular Panel Plugin Development help with HTTP request

Hello.

I’m new to Grafana Plugin Development and I’ve been trying to find the right way to make an HTTP request to a backend server so I can display information on the panel. I have tried to use HttpClient from angular but I am faced with an error: “Unknown Provider: HttpClient”.

Is there any tool supported in grafana to do http requests? Or am i using the right tool and not configuring it right?

Thanks in advance for the help