ng2-switch
v2.1.0
Published
An switch component for Angular 2.
Downloads
56
Maintainers
Readme
ng2 switch
A switch component for Angular 2.
Installation
$ npm install --save ng2-switch
Usage
import { NgSwitchModule } from 'ng2-switch';
@NgModule({
imports: [NgSwitchModule]
})
<ng-switch [(ngModel)]="value"></ng-switch>
props
| name | description | type | default | |-------------|-------------|-------------|-------------| | disabled | determine whether the Switch is disabled | Boolean | false | | ngModel | two way bind | Boolean | - |