Truncate pipe export fix (#10477)

This commit is contained in:
MichalKinas 2024-12-09 10:33:44 +01:00 committed by GitHub
parent 44321b01c5
commit 334f388fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,3 +29,4 @@ export * from './pipe.module';
export * from './moment-date.pipe'; export * from './moment-date.pipe';
export * from './moment-datetime.pipe'; export * from './moment-datetime.pipe';
export * from './date-time.pipe'; export * from './date-time.pipe';
export * from './truncate.pipe';