Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages