1.0.11 • Published 6 years ago
ng-select-ext v1.0.11
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.
Develop
Make sure that yarn is installed.
After cloning the repository, install dependencies with:
$ yarn installTo run the ng-select demo web site on your local machine, run:
$ yarn run serve-demoTo build the ng-select module, run:
$ yarn run build-lib