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 Add Firebase Analytics to Your NativeScript Mobile App

sidemenu refresh through events

push multiple data in array(select and disselect items in array)