We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f05d4e + e166d6b commit c382c87Copy full SHA for c382c87
projects/igniteui-angular/src/lib/date-picker/public_api.ts
@@ -6,6 +6,7 @@ import { IgxPrefixDirective } from '../directives/prefix/prefix.directive';
6
import { IgxSuffixDirective } from '../directives/suffix/suffix.directive';
7
import { IgxDatePickerComponent } from './date-picker.component';
8
9
+export * from './date-picker.common';
10
export * from './date-picker.component';
11
12
/* NOTE: Date picker directives collection for ease-of-use import in standalone components scenario */
0 commit comments