Skip to content

Commit a0fc0fa

Browse files
authored
fix(migration): adding IGX_DRAG_DROP_DIRECTIVES to /directives (#16554)
1 parent 41f40e4 commit a0fc0fa

File tree

1 file changed

+1
-0
lines changed
  • projects/igniteui-angular/migrations/update-21_0_0_import-migration

1 file changed

+1
-0
lines changed

projects/igniteui-angular/migrations/update-21_0_0_import-migration/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ const ENTRY_POINT_MAP = new Map<string, string>([
693693
['IgxDragLocation', 'directives'],
694694
['IgxDropDirective', 'directives'],
695695
['IgxDragDropModule', 'directives'],
696+
['IGX_DRAG_DROP_DIRECTIVES', 'directives'],
696697
['IgxFocusTrapDirective', 'directives'],
697698
['IgxToggleDirective', 'directives'],
698699
['IgxToggleModule', 'directives'],

0 commit comments

Comments
 (0)