ng5-simple-select
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

ng5-simple-select

Simple select for Angular 5, still working on it. You can check docs here.

Usage:

This is some simple example of this select

import {NgSimpleSelectModule} from 'ng5-simple-select';
<ng-simple-select [(ngModel)]="arrayModel"
                  [displayValue]="arrayModel?.displayValue"
                  name="fieldName"
                  ngDefaultControl>
  <ng-simple-select-option *ngFor="let option of arrayOptions"
                           [value]="option">
    {{option.displayValue}}
  </ng-simple-select-option>
</ng-simple-select>

Package Sidebar

Install

npm i ng5-simple-select

Weekly Downloads

5

Version

0.0.3

License

MIT

Last publish

Collaborators

  • tv1ster