ngx-number-format
TypeScript icon, indicating that this package has built-in type declarations

16.0.0 • Public • Published

ngx-number-format

Simple number format for input element in Angular

GitHub license

Table of contents

Versions

Angular ngx-number-format
>=14.0.0 <15.0.0 v14.x
>=13.0.0 <14.0.0 v13.x
>=12.0.0 <13.0.0 v12.x
>=11.0.0 <12.0.0 v11.x
>=10.0.0 <11.0.0 v3.x
>=6.0.0 <10.0.0 v2.x

Installation instructions

Install ngx-number-format from npm:

npm install ngx-number-format --save

Add needed package to NgModule imports:

import { NgxNumberFormatModule } from 'ngx-number-format';

@NgModule({
  ...
  imports: [NgxNumberFormatModule,...]
  ...
})

Add ngxNumberFormat to your input element:

<input type="text" ngxNumberFormat="#,###,###" />

Demo

demo project

API

Input Type Default Required Description
[allowNegative] boolean false no Allows to negative numbers.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ngx-number-format

    Weekly Downloads

    419

    Version

    16.0.0

    License

    MIT

    Unpacked Size

    129 kB

    Total Files

    22

    Last publish

    Collaborators

    • suriyapongt