Skip to content

Commit a27ec94

Browse files
committed
Add depreciation comment
1 parent 21fa78c commit a27ec94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/switch/switch.module.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ import { SwitchComponent } from "../switch/switch.component";
99
// exports
1010
export { SwitchComponent } from "../switch/switch.component";
1111

12+
/**
13+
* Deprecated in favour of `ToggleModule` (to be removed in v3.0).
14+
*
15+
* @deprecated
16+
*/
1217
@NgModule({
1318
declarations: [
1419
SwitchComponent

0 commit comments

Comments
 (0)