UNPKG

ack-angular

Version:

Extra special directives, components, providers and pipes to aide in tackling everyday interface development needs in Angular2

10 lines (9 loc) 298 B
import * as i0 from "@angular/core"; export declare class Log { log: any[]; maxLog: number; add(e: any, toConsole?: any): any; paramAudit(e: any, toConsole?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<Log, never>; static ɵprov: i0.ɵɵInjectableDeclaration<Log>; }