dip s

dip s

  • 1.4k
  • 256
  • 76.4k

How to use checkbox drop down list with search option in angular

Nov 2 2022 6:48 AM

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.


Answers (1)