0.1.2 • Published 8 years ago

@jaspero/ng2-select v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago