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 21fa78c commit a27ec94Copy full SHA for a27ec94
src/switch/switch.module.ts
@@ -9,6 +9,11 @@ import { SwitchComponent } from "../switch/switch.component";
9
// exports
10
export { SwitchComponent } from "../switch/switch.component";
11
12
+/**
13
+ * Deprecated in favour of `ToggleModule` (to be removed in v3.0).
14
+ *
15
+ * @deprecated
16
+ */
17
@NgModule({
18
declarations: [
19
SwitchComponent
0 commit comments