Skip to content

Commit 3ce4d85

Browse files
authored
Merge pull request #6681 from IgniteUI/nalipiev/exports
fix(carousel, paginator): export resource string #6679
2 parents 9b85f8f + 1e5921c commit 3ce4d85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/public_api.ts

+2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ export * from './lib/core/dates';
101101
export * from './lib/core/density';
102102
export { CancelableEventArgs, CancelableBrowserEventArgs } from './lib/core/utils';
103103
export { changei18n, getCurrentResourceStrings, IResourceStrings } from './lib/core/i18n/resources';
104+
export { ICarouselResourceStrings } from './lib/core/i18n/carousel-resources';
104105
export { IGridResourceStrings } from './lib/core/i18n/grid-resources';
106+
export { IPaginatorResourceStrings } from './lib/core/i18n/paginator-resources';
105107
export { ITimePickerResourceStrings } from './lib/core/i18n/time-picker-resources';
106108
export { InteractionMode } from './lib/core/enums';
107109

0 commit comments

Comments
 (0)