Commit 24737c9
Remove autocomplete re-export from directives to break circular dependency
- Removed re-export of IgxAutocompleteDirective from directives
- Re-exporting from drop-down was creating circular dependency
- This is a breaking change: users must import autocomplete from 'igniteui-angular/drop-down'
- Main entry point still re-exports for backwards compatibility
- ng update migration will handle this change for users
Breaking change necessary to eliminate circular dependency
Co-authored-by: kdinev <[email protected]>1 parent 3f65d43 commit 24737c9
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments