Open In App

Aptitude | AngularJS Quiz | Set-2 | Question 5

Like Article
Like
Save
Share
Report

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


Last Updated : 20 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads