Skip to content

Commit

Permalink
chore(*): Add return type to getCurrentResourceStrings function, #2517
Browse files Browse the repository at this point in the history
  • Loading branch information
sstoyanovIG committed Nov 29, 2018
1 parent 28fc60d commit 5f87593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/igniteui-angular/src/lib/core/i18n/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function changei18n(resourceStrings: IResourceStrings) {
/**
* Returns current resource strings for all components
*/
export function getCurrentResourceStrings() {
export function getCurrentResourceStrings(): IResourceStrings {
return {
...CurrentResourceStrings.GridResStrings,
...CurrentResourceStrings.TimePickerResStrings
Expand Down

0 comments on commit 5f87593

Please sign in to comment.