What are Filters in AngularJS?



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

Post New Answer

More AngularJS Interview Questions

How to catch and log specific angular errors in your app?

0 Answers  


What is two way data binding in angularjs?

0 Answers  


What is angular life cycle?

0 Answers  


List some inbuilt pipes available in angular

0 Answers  


What is difference between $cookies and $cookieStore service?

1 Answers  


What is difference between javascript and angular?

0 Answers  


What is parameterizing pipe?

0 Answers  


What is ng bind html?

0 Answers  


What is service method?

0 Answers  


Which is the first argument typically passed to a node.js callback handler?

0 Answers  


How can we create a component using angular cli?

0 Answers  


What is jit and aot?

0 Answers  


Categories