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 |
How to catch and log specific angular errors in your app?
What is two way data binding in angularjs?
What is angular life cycle?
List some inbuilt pipes available in angular
What is difference between $cookies and $cookieStore service?
What is difference between javascript and angular?
What is parameterizing pipe?
What is ng bind html?
What is service method?
Which is the first argument typically passed to a node.js callback handler?
How can we create a component using angular cli?
What is jit and aot?