Skip to content

Commit

Permalink
refactor(common): simplify date pipe metadata (#53939)
Browse files Browse the repository at this point in the history
Remove pure property from date pipe decorator

PR Close #53939
  • Loading branch information
kabrunko-dev authored and thePunderWoman committed Jan 30, 2024
1 parent 64fa571 commit 3c881ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/pipes/date_pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ export const DATE_PIPE_DEFAULT_OPTIONS =
// clang-format on
@Pipe({
name: 'date',
pure: true,
standalone: true,
})
export class DatePipe implements PipeTransform {
Expand Down

0 comments on commit 3c881ac

Please sign in to comment.