UNPKG

@yaagoub/decorators

Version:

Angular decorators

11 lines (10 loc) 397 B
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>; }