How to filter results for range slider with multiple checkbox together in Angular 2?
问题 I am trying to filter results for the given array "db", there are three filters: price, duration, and category. I tried using filter() method to filter results. Here is the link of code which i have tried: https://stackblitz.com/edit/multiple-filters?file=app%2Fapp.component.ts component.html <div class="filters"> <div id="price"> <h3>Price: {{rangeValues[0] + ' - ' + rangeValues[1]}}</h3> <p-slider [(ngModel)]="rangeValues" (click)="handleChange()" [min]="0" [max]="2000" [style]="{'width':