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 does lazy loading work?
What is difference between $interval and window. setInterval in AngularJS?
Does google own angular?
Explain filter filter angularjs?
What is the aot compilation?
What's new in angular 6? What are improvements in angular 6?
Explain angular js boot process.
How to define a spec in jasmine?
What is the global api in angularjs?
How long has angularjs been around?
What are the new features in angular 8?
What is angular expression? How do you differentiate between angular expressions and javascript expressions?