I am using Angular ng-select component to have searchable , multi-select dropdown with group. I wanted to have functionality where if i select group all items under that group will get selected.
I am trying to replicate the code which is provided in demos here
But, not able to have same functionality.
you can find my code here