File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
projects/igniteui-angular/i18n Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " ../../../node_modules/ng-packagr/ng-package.schema.json" ,
3+ "lib" : {
4+ "entryFile" : " public_api_i18n.ts"
5+ }
6+ }
Original file line number Diff line number Diff line change 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' ;
You can’t perform that action at this time.
0 commit comments