This Angular component is outdated and has not been maintained for a long time. Please don't use this component, there are many great alternatives around.
A select component for angular, based on the select2 JQuery plugin. See the ng-select web site for documentation and examples.
Make sure that yarn
is installed.
After cloning the repository, install dependencies with:
$ yarn install
To run the ng-select demo web site on your local machine, run:
$ yarn run serve-demo
To build the ng-select module, run:
$ yarn run build-lib