UNPKG

@yaagoub/decorators

Version:

Angular decorators

7 lines (6 loc) 269 B
import { EnvironmentProviders } from '@angular/core'; import { Interceptor } from "../http/types"; export interface DecoratorsConfig { interceptors?: Interceptor[]; } export declare function provideDecoratorsConfig(config?: DecoratorsConfig): EnvironmentProviders;