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 |
Can we use the open-source closure library with angular?
Why use pipes in angular?
What is a router in angular?
What kind of framework is angular?
Why do people use angular?
What is the key difference between angular expressions and javascript expressions?
What are the services in angular js?
How long does bearer token last?
What is $ digest?
How long will it take to learn react?
What is router events in angular?
Why is this project called "AngularJS"? Why is the namespace called "ng"?