igniteui-angular-sovn
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
33 lines (30 loc) • 906 B
HTML
<input "inputId"
[ ]="name"
[ ]="value"
[ ]="tabindex"
[ ]="disabled"
[ ]="checked"
[ ]="required"
[ ]="required"
[ ]="invalid"
[ ]="checked"
[ ]="ariaLabel ? null : ariaLabelledBy"
[ ]="ariaLabel"
(change)="_onSwitchChange($event)"
(blur)="onBlur()" />
<span
igxRipple
igxRippleTarget=".igx-switch__ripple"
[ ]="disableRipple"
[ ]="true"
[ ]="300">
<div class="igx-switch__composite-thumb">
<div class="igx-switch__ripple"></div>
</div>
</span>
<span
[ ]="labelClass"
[ ]="labelId">
<ng-content></ng-content>
</span>
[ ]=