Explain filters in angularjs?
Answer / Prashant Kumar Singh
Filters in AngularJS are used to format or transform data before it is displayed. They can be used to perform calculations, manipulate strings, convert dates, and more. Filters can be chained together to perform multiple transformations on the same data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are angular templates?
How do you stop ng serve?
How to sanitize a value manually?
Explain ng-init directive angularjs?
What classes should I not add to module's declarations in angular 4?
Why do we use ngmodel?
Explain the component directory structure of angular 4?
What is the difference between $scope and scope in angular?
What is dependency injection (di)?
How install npm install?
Why you will do ngondestroy after subscrib?
Explain what is the injector?