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 42cfa28 + df9f124 commit e166d6bCopy full SHA for e166d6b
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