'Angular - Multi-select dropdown component with buttons Apply and Cancel at the bottom of the list

I need a multi-select dropdown. With the typical select all option,but it should also have two buttons at the end of the list:

  • Apply
  • Cancel

Something like this image:

enter image description here

I found this two components :

https://nileshpatel17.github.io/ng-multiselect-dropdown/

https://github.com/CuppaLabs/angular2-multiselect-dropdown

But I need a component that either have these two buttons or at least let me extend it add these buttons.

Do you know of any component similar to the one shown in the image?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source