In favor of the new FilterService, FilterUtils is obsolete now and we had to remove it.
Could you elaborate on how FilterService replaces FilterUtils?
Do you just need to replace the import by
import { FilterService } from 'primeng/api/filterservice';
and then inject private filterService : FilterService in the constructor ?
Most helpful comment
Could you elaborate on how
FilterServicereplacesFilterUtils?Do you just need to replace the import by
import { FilterService } from 'primeng/api/filterservice';and then inject
private filterService : FilterServicein the constructor ?