Skip to content

Commit 2d80d1f

Browse files
committed
Merge
1 parent e4b8b24 commit 2d80d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/switch/switch.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CheckboxComponent } from "../checkbox/checkbox.component";
1+
import { Checkbox } from "../checkbox/checkbox.component";
22
import {
33
ChangeDetectorRef,
44
Component,
@@ -50,7 +50,7 @@ export class SwitchChange {
5050
* ```
5151
* @export
5252
* @class SwitchComponent
53-
* @extends {CheckboxComponent}
53+
* @extends {Checkbox}
5454
* @implements {OnInit}
5555
* @deprecated
5656
*/
@@ -88,7 +88,7 @@ export class SwitchChange {
8888
}
8989
]
9090
})
91-
export class SwitchComponent extends CheckboxComponent {
91+
export class SwitchComponent extends Checkbox {
9292
/**
9393
* Variable used for creating unique ids for switch components.
9494
* @type {number}

0 commit comments

Comments
 (0)