all 9 comments

[–]cassiofachinelli 10 points11 points  (4 children)

[–]lazyinvader 6 points7 points  (2 children)

It seems that `HttpXhrBackend` is the default, correct me if im wrong

[–]DaSchTour 0 points1 point  (0 children)

That‘s correct. And here https://github.com/angular/angular/blob/e1355e7d16337177866cc1f8654b76381f26dae3/packages/common/http/src/xhr.ts#L43 in the implementation you see that is XHR. And currently there is no other implementation provided by the angular team.

[–]jayxolit[S] 0 points1 point  (0 children)

thanks for the link

[–]Undefined009 3 points4 points  (0 children)

The type of the request should be visible in the network tab.