angular display 2 decimal places code example
Example 1: angular 5 convert number to two decimal in html {{}}
<div>{{ value | number:'1.2-2' }}</div>
Example 2: accept 2 values after decimal in angular forms
<input type="textbox" [(ngModel)]="InputValue" appTwoDigitDecimaNumber>