Skip to content

Commit

Permalink
Merge pull request #3368 from IgniteUI/bkulov/export-resource-interfaces
Browse files Browse the repository at this point in the history
Export resource interfaces
  • Loading branch information
kdinev authored Dec 11, 2018
2 parents fd0e180 + 85c8154 commit 71ce9a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/igniteui-angular/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,6 @@ export * from './lib/services/index';
export * from './lib/core/dates';
export * from './lib/core/density';
export { CancelableEventArgs } from './lib/core/utils';
export { changei18n, getCurrentResourceStrings } from './lib/core/i18n/resources';
export { changei18n, getCurrentResourceStrings, IResourceStrings } from './lib/core/i18n/resources';
export { IGridResourceStrings } from './lib/core/i18n/grid-resources';
export { ITimePickerResourceStrings } from './lib/core/i18n/time-picker-resources';

0 comments on commit 71ce9a4

Please sign in to comment.