UNPKG

ng-number-input-format

Version:

Ng Number Input Format is a simple Angular input field with Autonumeric support with 2 way binding

5 lines (4 loc) 161 B
import { PipeTransform } from '@angular/core'; export declare class NumberFormat implements PipeTransform { transform(value: any, ...args: any[]): string; }