Skip to content

Commit

Permalink
Fixed comment and exporting util functions
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeAndWeb committed Oct 2, 2024
1 parent 17e5c68 commit 32366f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-translate/src/lib/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function mergeDeep(target: any, source: any): any {

/**
* Gets a value from an object by composed key
* parser.getValue({ key1: { keyA: 'valueI' }}, 'key1.keyA') ==> 'valueI'
* getValue({ key1: { keyA: 'valueI' }}, 'key1.keyA') ==> 'valueI'
* @param target
* @param key
*/
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-translate/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export * from "./lib/translate.directive";
export * from "./lib/translate.pipe";
export * from "./lib/translate.store";
export * from "./lib/extraction-marker";

export * from "./lib/util"

export interface TranslateModuleConfig {
loader?: Provider;
Expand Down

0 comments on commit 32366f3

Please sign in to comment.