AngularJS

AngularJS Directives

AngularJS Filters and Elements

AngularJS Tutorials

AngularJS number Filter

AngularJS number Filter

 

 

The number filter is used to format a number to a string.

 

Syntax:-

 

{{ string | number : fractionsize}}

 

Further Explanation:-

 

Value Description
fractionsize  A number, specifying the number of decimals.

Code Explanation

All Tutorials related to AngularJS Filters and Elements

All Sections related to AngularJS