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.
1 parent 62f98c3 commit 46bce3fCopy full SHA for 46bce3f
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