UNPKG

@nglogger/core

Version:

Pluggable logger for Angular 2 / 4 / 5

7 lines (6 loc) 299 B
import { ModuleWithProviders, Type } from '@angular/core'; import { Transport } from './transport'; export declare function transportsFactory(...transports: Transport[]): Transport[]; export declare class LoggerModule { static forRoot(transports: Array<Type<Transport>>): ModuleWithProviders; }