I'm using angular-dual-listbox component. import { AngularDualListBoxModule } from 'angular-dual-listbox'; and I'd like to add a paginator to show the list box with [5,10,20] items per page.
My actual need is angular-dual-listbox with search and paginator.
Is there any way to get the solution?
Thanks in Advance