I have a ng-select angular that gets the options of a table in Postresql, the field contains a string of elements separated by commas. I would like the ng select to separate those elements and show them separately to select one or more.
This is the view html ng-select: HTML
This is the component.ts from where I load data with if to filter from another field: Component