Skip to content

Valetudox/angular2-humanize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •