@cime/ngx-select
v0.0.0-beta.4
Published
Select component for angular 5.
Downloads
13
Maintainers
Readme
Select component for angular
A select component for angular, based on the select2 JQuery plugin. See the ng-select web site for documentation and examples, or try it with this plunker.
Develop
Make sure that gulp
is installed.
Clone the repository and run:
$ npm install
$ gulp build
To install and run the ng-select web site on your local machine, run the following in the demo folder:
$ npm install
$ ng serve
For manual testing, pack and install a modified version of the ng-select component to ng-select web site with the script:
$ ./copy_to_demo.sh