cannot create an instance of an abstract class httphandler angular code example
Example: cannot create an instance of an abstract class httphandler angular
const httpClient = new HttpClient(new HttpXhrBackend({ build: () => new XMLHttpRequest() }));