Skip to content

Commit 1d24198

Browse files
committed
refactor(transloco): 💡 remove flat form transloco's API
1 parent 73d21aa commit 1d24198

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

libs/transloco/src/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ export {
6060
TranslocoOptions,
6161
} from './lib/transloco.providers';
6262
export { translateSignal, translateObjectSignal } from './lib/transloco.signal';
63-
export * from './lib/utils/browser.utils';
64-
export * from './lib/utils/flat.utils';
65-
export * from './lib/utils/object.utils';
63+
export {
64+
getBrowserLang,
65+
getBrowserCultureLang,
66+
isBrowser,
67+
} from './lib/utils/browser.utils';
68+
export { setValue, getValue } from './lib/utils/object.utils';
6669
export * from './lib/transloco.types';

0 commit comments

Comments
 (0)