@@ -22,7 +22,7 @@ export * from './directives/layout/layout.directive';
2222export * from './directives/mask/mask.directive' ;
2323// Note: Radio-group directive moved to radio entry point in v21.0.0
2424// Users should now import from 'igniteui-angular/radio' instead
25- export { IgxRadioGroupDirective , IChangeRadioEventArgs } from 'igniteui-angular/radio' ;
25+ // export { IgxRadioGroupDirective, IChangeRadioEventArgs } from 'igniteui-angular/radio';
2626export * from './directives/ripple/ripple.directive' ;
2727export * from './directives/scroll-inertia/scroll_inertia.directive' ;
2828export * from './directives/size/ig-size.directive' ;
@@ -34,13 +34,12 @@ export * from './directives/tooltip/public_api';
3434export * from './directives/date-time-editor/public_api' ;
3535export * from './directives/form-control/form-control.directive' ;
3636
37- // NOTE: Input-related directives (IgxHintDirective, IgxInputDirective, IgxLabelDirective,
38- // IgxPrefixDirective, IgxSuffixDirective, IgxReadonlyInputDirective) have been moved
37+ // NOTE: Input-related directives (IgxHintDirective, IgxInputDirective, IgxLabelDirective,
38+ // IgxPrefixDirective, IgxSuffixDirective, IgxReadonlyInputDirective) have been moved
3939// to igniteui-angular/input-group entry point.
4040// Import them from 'igniteui-angular/input-group' instead of 'igniteui-angular/directives'
4141
4242// Directive modules for backwards compatibility
43- export * from './directives/autocomplete/autocomplete.module' ;
4443export * from './directives/button/button.module' ;
4544export * from './directives/date-time-editor/date-time-editor.module' ;
4645export * from './directives/divider/divider.module' ;
@@ -52,7 +51,7 @@ export * from './directives/for-of/for_of.module';
5251export * from './directives/form-control/form-control.module' ;
5352export * from './directives/layout/layout.module' ;
5453export * from './directives/mask/mask.module' ;
55- export { IgxRadioModule } from 'igniteui-angular/radio' ;
54+ // export { IgxRadioModule } from 'igniteui-angular/radio';
5655export * from './directives/ripple/ripple.module' ;
5756export * from './directives/scroll-inertia/scroll_inertia.module' ;
5857export * from './directives/text-highlight/text-highlight.module' ;
0 commit comments