Angular 19 migration (#10795)

This commit is contained in:
dominikiwanekhyland
2025-07-03 12:09:53 +02:00
committed by GitHub
parent c7f28d54d6
commit 951b22e098
561 changed files with 9574 additions and 17354 deletions

View File

@@ -19,8 +19,7 @@ import { Pipe, PipeTransform } from '@angular/core';
import { addMinutes, fromUnixTime, parse } from 'date-fns';
@Pipe({
name: 'adfDateTime',
standalone: true
name: 'adfDateTime'
})
export class DateTimePipe implements PipeTransform {
transform(value: string | Date | number, dateFormat: string): Date {