We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca6d1d commit 68ac003Copy full SHA for 68ac003
src/interceptor-service.ts
@@ -548,10 +548,10 @@ export class InterceptorService extends Http {
548
549
/**
550
* Returns an implementation that mirrors angular `Http` interface;
551
- * This interface allows the response transformers to make calls directly to HTTP calls
552
- * without being interceted by {@code InterceptorService}; i.e `this`
+ * This interface allows consumers to make calls directly to HTTP calls
+ * without being intercepted by {@code InterceptorService}; i.e `this`
553
*/
554
- private get HttpDirect() {
+ public get HttpDirect() {
555
const interceptorService = this;
556
557
return class implements HttpDirect {
0 commit comments