What are Filters in AngularJS?
Answer / chaitanya
Filters are used to format data before displaying it to the user. They can be used in view templates, controllers, services and directives. There are some built-in filters provided by AngularJS like as Currency, Date, Number, OrderBy, Lowercase, Uppercase etc. You can also create your own filters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why you will do ngondestroy after subscrib?
What is angular 7? How is it different from angularjs?
What is primeng? How can it be used with angular 2?
What is a typescript decorator?
What is angular cli?
What is bazel in angular 8?
How many modules can be used in a single html page?
What is the need of angular 2?
What is template? Why use? Detail?
List some difference between angularjs and angular 2?
Difference between var, let, const?
What is npm start?