Skip to content

Commit 6566a8a

Browse files
committed
fix(localization): Add subfolder for new i18n types, to avoid collisions with names.
1 parent 2c4ed5d commit 6566a8a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
3+
"lib": {
4+
"entryFile": "public_api_i18n.ts"
5+
}
6+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*
2+
* Public API Surface of igniteui-angular/i18n
3+
*/
4+
5+
/**
6+
* i18n
7+
*/
8+
export {
9+
type IResourceStrings,
10+
type IActionStripResourceStrings,
11+
type IBannerResourceStrings,
12+
type ICalendarResourceStrings,
13+
type ICarouselResourceStrings,
14+
type IChipResourceStrings,
15+
type IComboResourceStrings,
16+
type IDatePickerResourceStrings,
17+
type IDateRangePickerResourceStrings,
18+
type IGridResourceStrings,
19+
type IInputResourceStrings,
20+
type IListResourceStrings,
21+
type IPaginatorResourceStrings,
22+
type IQueryBuilderResourceStrings,
23+
type ITimePickerResourceStrings,
24+
type ITreeResourceStrings
25+
} from 'igniteui-i18n-core';
26+
export * from 'igniteui-i18n-core/en';

0 commit comments

Comments
 (0)