fix: ng update core

This commit is contained in:
2025-06-09 13:14:29 +02:00
parent 46f351ec5b
commit 7e4f10c1af
19 changed files with 3417 additions and 2972 deletions

View File

@@ -1,6 +1,6 @@
import { Injectable } from "@angular/core";
import { DateRange, MatDateRangeSelectionStrategy } from "@angular/material/datepicker";
import * as moment from "moment";
import moment from "moment";
@Injectable()
export class FDSelection implements MatDateRangeSelectionStrategy<moment.Moment> {