Aptitude | AngularJS Quiz | Set-2 | Question 5
What of the following is the correct way for applying multiple filters in AngularJS ?
(A)
{{ expression | filter1 | filter2}}
(B)
{{ expression | {filter1} | {filter2} }}
(C)
{{ expression – {filter1} – {filter2}}}
(D)
{{ {filter1} | {filter2} | …expression}}
Answer: (A)
Explanation:
The correct syntax for applying the multiple filters is{{ expression | filter1 | filter2}}.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...