1.1.3 • Published 5 years ago

secmap-ng-select v1.1.3

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Select component for angular

Identical to ionic-ng-select, except: replaced 'ngOutletContext' with 'ngTemplateOutletContext'

npm version Build Status

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 and yarn are installed.

Clone the repository and run:

$ yarn install
$ gulp build

To install and run the ng-select web site on your local machine, run the following in the demo folder:

$ yarn 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
1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago