@covalent/core
Version: 
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
11 lines (10 loc) • 425 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TdDigitsPipe implements PipeTransform {
    private _locale;
    private _decimalPipe;
    constructor(_locale?: string);
    transform(digits: any, precision?: number): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TdDigitsPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TdDigitsPipe, "digits", false>;
}