Skip to content

Commit

Permalink
feat(material): add label position input to toggle type (#3013)
Browse files Browse the repository at this point in the history
fix #3006
  • Loading branch information
aitboudad committed Nov 30, 2021
1 parent 5996c90 commit 30e83a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/material/toggle/src/toggle.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { MatSlideToggle } from '@angular/material/slide-toggle';
[color]="to.color"
[tabIndex]="to.tabindex"
[required]="to.required"
[labelPosition]="to.labelPosition"
>
{{ to.label }}
</mat-slide-toggle>
Expand Down

0 comments on commit 30e83a2

Please sign in to comment.