Getting started (angular-cli)

Install ng-select with npm or yarn:

or:

Import the SelectModule into your application module:

Add ng-select to a component template:

Define the list of options in the corresponding component class:

Consult the documentation page for available properties, events, and methods. And have a look at the examples.