@ng2select/jquery
v0.2.2
Published
<!-- Title: ng2select Description: Angular 2 bootstrap select directive module Author: ng2select -->
Downloads
2
Readme
beta
general-purpose angular2 jquery-select directive module
http://ng2select.github.io/bootstrap/
powered by: https://silviomoreto.github.io/bootstrap-select/
NG2_SELECT_DIRECTIVES
<select class="show-tick" [(ngModel)]="ngModel" multiple data-actions-box="true" data-style="btn-success">
<option *ngFor="let user of users | async" [value]="user.id">
{{ user.name }}
</option>
</select>
https://angular.io