Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

basvandenberg/ng-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Bastiaan van den Berg
Jan 19, 2024
1f262b1 · Jan 19, 2024
Nov 11, 2018
Nov 11, 2018
May 30, 2019
May 30, 2019
Nov 11, 2018
Nov 11, 2018
May 30, 2019
May 30, 2019
Jun 5, 2017
Nov 11, 2018
Jan 19, 2024
Nov 11, 2018
May 30, 2019
Nov 11, 2018
May 30, 2019
May 30, 2019
May 30, 2019
May 30, 2019

Repository files navigation

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