UNPKG

ng-table-pg

Version:

A powerful and flexible responsive table component for Angular applications with drag-drop, filtering, pagination, and advanced responsive features

11 lines (10 loc) 473 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class Web3UtilsPipe implements PipeTransform { transform(value: string | number | null, type: string, decimals?: number): string | number; private formatWalletAddress; private fromWei; private formatTokenAmount; static ɵfac: i0.ɵɵFactoryDeclaration<Web3UtilsPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<Web3UtilsPipe, "web3Utils", true>; }