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 angular 5?
What are angular 2 hooks?
What is a dom in angular 2?
What would be a good use case for having your own routing module?
Which is the core module in angularjs?
Explain what is testability like in Angular?
What is a ngmodule?
What is routing concepts in angular 2?
What do u mean by router?
What is the tslint.json file used for?
Is a directive legally binding?
Is react a framework?