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 f0f4606 + 6c88ef3 commit 5c82c36Copy full SHA for 5c82c36
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