Open In App

Web technologies Questions | AngularJS Quiz | Set-3 | Question 6

Which filter in AngularJs is used to convert a number into string or text?
(A) int Filter
(B) lowerCase
(C) upperCase
(D) number Filter

Answer: (D)
Explanation: AngularJS number filter is used to convert the number into string or text. We can also define a limit to display a number of decimal digits. Number filter rounds off the number to specified decimal digits. It contains a single parameter value fractionize which is of type number and used to specify the number of decimals.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :