light-ng-select
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Angular Select

A light angular dropdown component

Installation

$ npm i light-ng-select

Import AngularDropdownModule in your app:

import { NgModule } from '@angular/core';
import { LightNGSelectModule } from 'light-ng-select';


@NgModule({
  imports: [LightNGSelectModule]
})
export class AppModule {}

Example usage

<light-ng-select [keys]="['1', '2']"></light-ng-select>

Inputs

keys: Array = [] selectedKey: any

default selectedKey is the first one.

Outputs

Output Description
(key) Fired when item is selected

Package Sidebar

Install

npm i light-ng-select

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

39.1 kB

Total Files

12

Last publish

Collaborators

  • mojtabanpe