/ng-select

A select component for angular (based on select2).

Primary LanguageTypeScriptISC LicenseISC

Select component for angular

npm version Build Status

A select component for angular, based on the select2 JQuery plugin. See the ng-select for documentation and examples, or try it with this plunker.

Develop

Make sure that gulp and yarn are installed.

Clone the repository and run:

$ yarn install
$ gulp build

To install local modifications to the demo folder run:

$ ./copy_to_demo.sh

To run the ng-select web site on your local maching, enter the demo folder and run:

$ ng serve