Commit 2bf7ae2
Resolve checkbox ↔ directives circular dependency
- Created stub interface for IChangeCheckboxEventArgs in radio-group.directive
- Removed import from igniteui-angular/checkbox
- Radio-group now uses local stub interface to avoid circular dependency
- Checkbox imports IgxRippleDirective from directives
- Directives no longer imports from checkbox
This eliminates the circular dependency between checkbox and directives
Co-authored-by: kdinev <[email protected]>1 parent 33495ca commit 2bf7ae2
File tree
1 file changed
+8
-1
lines changed- projects/igniteui-angular/directives/src/directives/radio
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
0 commit comments