2.1.0 • Published 7 years ago

angular2-humanize v2.1.0

Weekly downloads
20
License
ISC
Repository
github
Last release
7 years ago

Angular2 humanize

This is a simple number formatter solution for angular2. Based on humanize

Install

npm install --save angular2-humanize

Usage in template

import { HumanizePipe } from 'angular2-humanize';

@Component({
  selector: '<sub-app>',
  pipes: [HumanizePipe],
  template: `
    <h1>{{ 5444 | humanize }}</h1>
  `
})
export class App {}
2.1.0

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago