ng-http-interceptor
Version:
> Http Interceptor library for Angular
25 lines • 566 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function HttpInterceptor() { }
function HttpInterceptor_tsickle_Closure_declarations() {
/** @type {?} */
HttpInterceptor.prototype.request;
/** @type {?} */
HttpInterceptor.prototype.response;
/**
* \@internal
* @type {?}
*/
HttpInterceptor.prototype._interceptRequest;
/**
* \@internal
* @type {?}
*/
HttpInterceptor.prototype._interceptResponse;
}
//# sourceMappingURL=http-interceptor.js.map