@yaagoub/decorators
Version:
Angular decorators
11 lines (10 loc) • 397 B
TypeScript
import { Interceptor } from '../types';
import * as i0 from "@angular/core";
export declare class InterceptorStore {
private interceptors;
addInterceptor(...interceptors: Interceptor[]): void;
getInterceptors(): Interceptor[];
clear(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<InterceptorStore, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<InterceptorStore>;
}