File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
projects/igniteui-angular/src/lib Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { IgxPrefixDirective } from '../directives/prefix/prefix.directive';
55import { IgxSuffixDirective } from '../directives/suffix/suffix.directive' ;
66import { IgxDatePickerComponent } from './date-picker.component' ;
77
8+ export * from './date-picker.common' ;
89export * from './date-picker.component' ;
910
1011/* NOTE: Date picker directives collection for ease-of-use import in standalone components scenario */
Original file line number Diff line number Diff line change 33< igx-grid-header-row class ="igx-grid-thead " tabindex ="0 "
44 [grid] ="this "
55 [hasMRL] ="hasColumnLayouts "
6- [activeDescendant] ="activeDescendant "
76 [width] ="calcWidth "
87 [pinnedColumnCollection] ="pinnedColumns "
98 [unpinnedColumnCollection] ="unpinnedColumns "
You can’t perform that action at this time.
0 commit comments