Skip to content

Commit

Permalink
Fixed #15739 Renamed Components | ToggleSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed May 29, 2024
1 parent 2cf2876 commit 0f762f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/inputswitch/inputswitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const INPUTSWITCH_VALUE_ACCESSOR: any = {
* @group Components
*/
@Component({
selector: 'p-inputSwitch',
selector: 'p-inputSwitch, p-toggleSwitch',
template: `
<div
[ngClass]="{ 'p-inputswitch p-component': true, 'p-inputswitch-checked': checked(), 'p-disabled': disabled, 'p-focus': focused }"
Expand Down

0 comments on commit 0f762f9

Please sign in to comment.