We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d21aa commit 1d24198Copy full SHA for 1d24198
libs/transloco/src/index.ts
@@ -60,7 +60,10 @@ export {
60
TranslocoOptions,
61
} from './lib/transloco.providers';
62
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';
+export {
+ getBrowserLang,
+ getBrowserCultureLang,
66
+ isBrowser,
67
+} from './lib/utils/browser.utils';
68
+export { setValue, getValue } from './lib/utils/object.utils';
69
export * from './lib/transloco.types';
0 commit comments