Skip to content

Commit 7a4a525

Browse files
kabrunko-devthePunderWoman
authored andcommitted
refactor(common): simplify date pipe metadata (#53939)
Remove pure property from date pipe decorator PR Close #53939
1 parent c5a0e90 commit 7a4a525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/common/src/pipes/date_pipe.ts

-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ export const DATE_PIPE_DEFAULT_OPTIONS =
218218
// clang-format on
219219
@Pipe({
220220
name: 'date',
221-
pure: true,
222221
standalone: true,
223222
})
224223
export class DatePipe implements PipeTransform {

0 commit comments

Comments
 (0)