@ng2select/combo
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

Build Status

beta

general-purpose angular2 combo-select directive module

http://ng2select.github.io/bootstrap/

powered by: https://silviomoreto.github.io/bootstrap-select/

combo-select

<ix-combo-select (change)="onChange($event)" [(ngModel)]="ngModel">
    <li *ngFor="let option of options | async" [value]="option.id" [title]="option.name">
        <img [src]="option.gravatarSrc" height="20" width="20" />
        <span>{{option.name}}</span>
    </li>
</ix-combo-select>

<span class="red">{{ngModel | json}}</span>

<ix-combo-select (change)="onChange($event)" [(ngModel)]="ngModel">
    <li *ngFor="let option of options | async" [value]="option.id" [title]="option.name">
        <img [src]="option.gravatarSrc" height="20" width="20" />
        <span>{{option.name}}</span>
    </li>
</ix-combo-select>

<span class="red">{{ngModel | json}}</span>

https://angular.io

Readme

Keywords

none

Package Sidebar

Install

npm i @ng2select/combo

Weekly Downloads

0

Version

0.2.4

License

MIT

Last publish

Collaborators

  • ng2select