decimal to integer converting in angular and ionic

export class NumberPipeComponent {
pi: number = 3.14;
e: number = 2.718281828459045;
}
in html::
<ion-col style="color: #000;">
{{item.Size | number: '1.0-0'}}{{item.Symbol}}
</ion-col>

Comments

Popular posts from this blog

how to split array as per fixed length, and ionic two dates differences in min,seconds,hours

How to Add Firebase Analytics to Your NativeScript Mobile App