UNPKG

@ngworker/lumberjack

Version:

Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized

4 lines (3 loc) 249 B
import { InjectionToken } from '@angular/core'; import { LumberjackHttpDriverInternalConfig } from './lumberjack-http-driver-internal.config'; export declare const lumberjackHttpDriverConfigToken: InjectionToken<LumberjackHttpDriverInternalConfig>;