File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
projects/igniteui-angular/migrations/update-21_0_0 Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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' ] ,
You can’t perform that action at this time.
0 commit comments