Skip to content

Commit 68ac003

Browse files
committed
feat(api): Forcing new version chain
1 parent 0ca6d1d commit 68ac003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interceptor-service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,10 +548,10 @@ export class InterceptorService extends Http {
548548

549549
/**
550550
* 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`
551+
* This interface allows consumers to make calls directly to HTTP calls
552+
* without being intercepted by {@code InterceptorService}; i.e `this`
553553
*/
554-
private get HttpDirect() {
554+
public get HttpDirect() {
555555
const interceptorService = this;
556556

557557
return class implements HttpDirect {

0 commit comments

Comments
 (0)