Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 356 Bytes

Angular 2 select demo application

A demo application showing the use of the angular2-select component, an angular 2 component based on the select2 JQuery plugin.

Install

Install dependencies:

npm install

Build application and start local server:

npm run start

The demo application should open in your web browser automatically.