I would like to use multiple filters on my project.
I use 3 filters : price range , type , uploaded date.
Uploaded_date : is a checkbox , with three fields : Today, Last 2 days , Last 7 days, Any.
Type : is a checkbox, that has three checkbox : type A, Type B, Type C.
Price range : is a number range between 20 and 100.
My three filters should work in the same time with Agular (change) Method. if i update my first filter , and update next filter , filters should be applied on results of the first filter and like that for the rest .
my stackblitz
Is there a way to make all my filters work together. for every filter i change . the next one should apply on the previous one and like that for the rest.