0.0.1 • Published 4 years ago

@sir_koty/digit-formatter v0.0.1

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

DigitFormatter

This library was generated with Angular CLI version 8.2.7.

Description

This library helps you to format all your numbers per thousand with a custom space character. By default the space character is ' '

Demo

stackblitz : https://stackblitz.com/edit/format-number

Usage

app.module.ts

... import { DigitFormatterModule} from '@sir_koty/digit-formatter'; ... @NgModule({ ... imports: ... DigitFormatterModule, ... , providers: { provide: FormErrorDisplayerService, useValue: service}, bootstrap: AppComponent }) export class AppModule { }

app.component.html

...
<input type="text" libDigitFormatter spacingCaracter='.' />
...
0.0.1

4 years ago