w4songwang / ng-select

Select component for angular

Home Page:https://basvandenberg.github.io/ng-select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select component for angular

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.

Develop

Make sure that yarn is installed.

After clone the repository, run the test app with:

$ yarn install
$ ng serve

To install and run the ng-select demo/documentation web site on your local machine, enter the demo folder and run:

$ cd demo
$ yarn install
$ ng serve

To build the ng-select module, run:

$ yarn run build-lib

About

Select component for angular

https://basvandenberg.github.io/ng-select

License:ISC License


Languages

Language:TypeScript 84.0%Language:HTML 7.4%Language:CSS 6.1%Language:JavaScript 2.3%Language:Shell 0.3%