Answer Posted / 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 View All Answers
What is MVC Architecture in AngularJS?
Which is easier to learn react or angular?
What is factory in angularjs?
What is a mocked service in angularjs? How to use it?
What is *ngfor directive used for?
What is angularjs latest version?
What is a single page application or spa?
What is the purpose of using package.json in the angular project?
What is npm start?
What are the advantages of angular 2 over angular 1?
What is the purpose of exports in a ngmodule?
What are modules in angular?
What is directive and what are the different types of directives?
What is html5 mode?
Which method can be used to define a service and its method?