Skip to content

Commit dae0c00

Browse files
committed
Merge branch 'copilot/support-multiple-entry-points' of https://github.com/IgniteUI/igniteui-angular into copilot/support-multiple-entry-points
2 parents e6cfdf0 + 4c723d3 commit dae0c00

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)