ng-http-interceptor
Version:
> Http Interceptor library for Angular
26 lines • 635 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function Interceptable() { }
function Interceptable_tsickle_Closure_declarations() {
/** @type {?} */
Interceptable.prototype.addInterceptor;
/** @type {?} */
Interceptable.prototype.removeInterceptor;
/** @type {?} */
Interceptable.prototype.clearInterceptors;
}
/**
* @record
*/
export function Interceptor() { }
function Interceptor_tsickle_Closure_declarations() {
/* TODO: handle strange member:
(data: T, method: string, ctx?: any): D;
*/
}
//# sourceMappingURL=interceptable.js.map