1.0.0 • Published 3 years ago

@aiham-aburafaa/input-number-with-comma v1.0.0

Weekly downloads
16
License
ISC
Repository
-
Last release
3 years ago

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 :)

1.0.0

3 years ago

0.4.2

3 years ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago