Skip to content

Commit 308438f

Browse files
committed
fix(transloco): 🐛 providing the FunctionalTranspiler
Closes: #733
1 parent 9914e9f commit 308438f

File tree

3 files changed

+269
-225
lines changed

3 files changed

+269
-225
lines changed

libs/transloco-messageformat/src/lib/messageformat.transpiler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class MessageFormatTranspiler extends DefaultTranspiler {
2828
private readonly messageConfig: MessageFormatOptions<'string'>;
2929
private readonly mfFactory: MFFactory;
3030

31+
// TODO use inject in Transloco v7
3132
constructor(
3233
@Optional()
3334
@Inject(TRANSLOCO_MESSAGE_FORMAT_CONFIG)

0 commit comments

Comments
 (0)