2.1.0 • Published 7 years ago

ng2-switch v2.1.0

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

ng2 switch

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

namedescriptiontypedefault
disableddetermine whether the Switch is disabledBooleanfalse
ngModeltwo way bindBoolean-