Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ng2-autosave-form

ashish1734MIT0.0.3

An angular2 form that saves automatically

angular2, angular2-forms, angularjs

readme

Number Formatter

Build Status

A small library that adds commas to numbers

Installation

npm install ng2-autosave-form

Usage

var numFormatter = require('ng2-autosave-form');

var formattedNum = numFormatter(35666);

Output should be 35,666

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.