Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1019 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 1019 Bytes

ng2 switch

Angular npm npm-downloades license

A switch component for Angular 2.

Alt text

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 -

license

MIT