The igx-select allows you to select a single item from a drop-down list.
The following sample demonstrates the component inside a form.

You can read more about how to configure igx-select in the README or the official documentation.

Fruit None @for (fruit of fruits; track fruit) { {{fruit}} }
Selected {{selected ? selected : "None"}}