@ashetm/ng-utility
Version:
``@ashetm/ng-utility`` is a library that provide some utilities classes, like pipes.
9 lines (8 loc) • 367 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class Log implements PipeTransform {
transform<T>(value: T): T;
transform<T>(value: T, type: 'log' | 'info' | 'warn' | 'error'): T;
static ɵfac: i0.ɵɵFactoryDeclaration<Log, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<Log, "log", true>;
}