Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basvandenberg/ng-select
Select component for angular
https://github.com/basvandenberg/ng-select
angular select select2
Last synced: 11 days ago
JSON representation
Select component for angular
- Host: GitHub
- URL: https://github.com/basvandenberg/ng-select
- Owner: basvandenberg
- License: isc
- Archived: true
- Created: 2016-07-24T15:54:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T10:35:00.000Z (10 months ago)
- Last Synced: 2024-10-28T00:17:14.739Z (13 days ago)
- Topics: angular, select, select2
- Language: TypeScript
- Homepage: https://basvandenberg.github.io/ng-select
- Size: 6.92 MB
- Stars: 290
- Watchers: 16
- Forks: 159
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-angular-components - angular2-select - A native angular 2 select component (based on select2). (Uncategorized / Uncategorized)
README
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](https://badge.fury.io/js/ng-select.svg)](https://badge.fury.io/js/ng-select)
[![Build Status](https://travis-ci.org/basvandenberg/ng-select.svg?branch=master)](https://travis-ci.org/basvandenberg/ng-select)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:
```bash
$ yarn install
```To run the ng-select demo web site on your local machine, run:
```bash
$ yarn run serve-demo
```To build the ng-select module, run:
```bash
$ yarn run build-lib
```[ng-select]: https://basvandenberg.github.io/ng-select
[select2]: https://select2.github.io