How do I create a multi-select or a drop-down list in Angular with server-side paging, sorting, and filtering, as well as a preselected value feature for edit form controls?
For instance, when I access the edit screen, the dropdown and multi-select components should already be populated with the corresponding values.
Note that my frontend is Angular and my backend is ASP.NET Core Web API.