Hi, I have to develope a drop down list with checkbox having search list item facility. How can I do that.
I tried to use ng-multiselect-dropdown using npm i ng-multiselect-dropdown.
But it is showing error when I try to add multiselect module in App.module.ts
The error is
Error: node_modules/ng-multiselect-dropdown/list-filter.pipe.d.ts:8:19 - error TS2314: Generic type '??PipeDeclaration' requires 2 type argument(s)."
Is there any other way to do this.
Thank you.