basvandenberg / ng-select

Select component for angular

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Angular component is outdated and has not been maintained for a long time. Please don't use this component, there are many great alternatives around.

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 cloning the repository, install dependencies with:

$ yarn install

To run the ng-select demo web site on your local machine, run:

$ yarn run serve-demo

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 47.7%Language:CSS 28.2%Language:HTML 19.0%Language:SCSS 4.1%Language:JavaScript 0.9%Language:Shell 0.1%