We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d7efc commit 261ed03Copy full SHA for 261ed03
src/switch/switch.component.ts
@@ -120,5 +120,7 @@ export class SwitchComponent extends CheckboxComponent {
120
constructor(protected changeDetectorRef: ChangeDetectorRef) {
121
super(changeDetectorRef);
122
SwitchComponent.switchCount++;
123
+
124
+ console.warn("`ibm-switch` has been deprecated in favour of `ibm-toggle`");
125
}
126
0 commit comments