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 5fab1c7 commit a16c3abCopy full SHA for a16c3ab
libs/transloco-utils/src/lib/transloco-utils.types.ts
@@ -14,5 +14,6 @@ export interface TranslocoGlobalConfig {
14
replace?: boolean;
15
defaultValue?: string | undefined;
16
unflat?: boolean;
17
+ sort?: boolean;
18
};
19
}
0 commit comments