0.1.2 • Published 7 years ago

@jaspero/ng2-select v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Build Status NPM Version

NG2 Select

A select library for Angular 2, with both single and multiple functionality.

npm install --save @jaspero/ng2-select

Setup

Import JasperoSelectModule in your @NgModule:

@NgModule({
    imports: [
        JasperoSelectModule
    ],
    declarations: [AppComponent],
    bootstrap: [AppComponent]
})
export class AppModule {}

How To Use

To use the library simply add the component in your templates:

<jaspero-select></jaspero-select>

Options

You can pass the following inputs to the component:

NameTypeDescriptionDefault
optionsAn array of options for the select dropdownany[][]
keyThe key from the options object to be used as the name of the optionstringname
multiShould more options be selectable at oncebooleanfalse

This component also support Angular 2 template driven and reactive forms.

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago