@aiham-aburafaa/input-number-with-comma
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

InputNumberWithComma

This library was generated with Angular CLI version 10.2.0.

Description

A simple component with option to add commas to your input from type number

How to use

1- import NumberWithCommaModule in your app.module :

import { NumberWithCommaModule } from '@aiham-aburafaa/input-number-with-comma';

imports: [
	NumberWithCommaModule
]

2- Just use it in your html code :

<number-input name="aNumber" [name]="'aNumber'"
[readonly]="false"
[(ngModel)]="model"
></number-input>

3- Enjoy :)

Package Sidebar

Install

npm i @aiham-aburafaa/input-number-with-comma

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

42.3 kB

Total Files

19

Last publish

Collaborators

  • aiham-aburafaa