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 745c7f1 + b695ddc commit 1f3aa2dCopy full SHA for 1f3aa2d
projects/igniteui-angular/src/lib/date-picker/public_api.ts
@@ -5,6 +5,7 @@ import { IgxPrefixDirective } from '../directives/prefix/prefix.directive';
5
import { IgxSuffixDirective } from '../directives/suffix/suffix.directive';
6
import { IgxDatePickerComponent } from './date-picker.component';
7
8
+export * from './date-picker.common';
9
export * from './date-picker.component';
10
11
/* NOTE: Date picker directives collection for ease-of-use import in standalone components scenario */
0 commit comments