angular2-humanize

2.1.0 • Public • Published

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 {}

Package Sidebar

Install

npm i angular2-humanize

Weekly Downloads

8

Version

2.1.0

License

ISC

Last publish

Collaborators

  • thesnapdragon
  • sviktor