I have a scenario during coding in my angular js project where i need to display the currency in short form like suppose if currency is $12000 so it should be display like $12K , 3200000 => 3M (million), 7000000000 => 7B (billion) etc To do t…
Suppose you have a textarea editor and you entered some text in it and making some formatting like change font or adding style etc . So now you want that when you are showing it you don't want to shown html you adding in it. See screenshot bel…