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 |
What is polyfill in angular?
What are the different types of directives available in angularjs?
Explain The Concept Of Scope Hierarchy? How Many Scopes Can An Application Have?
How to do email and phone no. Validation in angularjs?
Explain life cycle in angular?
How angular protects us from xss attacks?
What is *ngfor directive used for?
What is angular router link?
What is httpinterceptor in angular?
How http client is interact with angular 2 servers?
How do we include css file ins. The component except using styleurls property?
What is difference between $interval and window. setInterval in AngularJS?