UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

12 lines (11 loc) 277 B
<label> Count <span>{{toggleCount}}</span> </label> <label> Toggled <span>{{checked}}</span> </label> <novo-switch [(ngModel)]="checked" (onChange)="increment()"></novo-switch> <novo-switch theme="grapefruit"></novo-switch> <novo-switch disabled></novo-switch>