Skip to content

Commit 4c723d3

Browse files
Copilotkdinev
andcommitted
Add bottom-nav entry point to v21.0.0 migration
Added mappings for all bottom-nav exports to the ENTRY_POINT_MAP: - IgxBottomNavComponent - IgxBottomNavModule - IgxBottomNavItemComponent - IgxBottomNavHeaderComponent - IgxBottomNavContentComponent - IgxBottomNavHeaderLabelDirective - IgxBottomNavHeaderIconDirective - IGX_BOTTOM_NAV_DIRECTIVES The migration will now automatically migrate bottom-nav imports from 'igniteui-angular' to 'igniteui-angular/bottom-nav' when users opt-in during ng update. Co-authored-by: kdinev <[email protected]>
1 parent fab4e57 commit 4c723d3

File tree

1 file changed

+10
-0
lines changed
  • projects/igniteui-angular/migrations/update-21_0_0

1 file changed

+10
-0
lines changed

projects/igniteui-angular/migrations/update-21_0_0/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ const ENTRY_POINT_MAP = new Map<string, string>([
107107
['IBannerEventArgs', 'banner'],
108108
['IBannerCancelEventArgs', 'banner'],
109109

110+
// Bottom Nav
111+
['IgxBottomNavComponent', 'bottom-nav'],
112+
['IgxBottomNavModule', 'bottom-nav'],
113+
['IgxBottomNavItemComponent', 'bottom-nav'],
114+
['IgxBottomNavHeaderComponent', 'bottom-nav'],
115+
['IgxBottomNavContentComponent', 'bottom-nav'],
116+
['IgxBottomNavHeaderLabelDirective', 'bottom-nav'],
117+
['IgxBottomNavHeaderIconDirective', 'bottom-nav'],
118+
['IGX_BOTTOM_NAV_DIRECTIVES', 'bottom-nav'],
119+
110120
// Button Group
111121
['IgxButtonGroupComponent', 'buttonGroup'],
112122
['IgxButtonGroupModule', 'buttonGroup'],

0 commit comments

Comments
 (0)