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

@@ -9,7 +9,7 @@ import { MatSnackBar } from '@angular/material/snack-bar';
import { UserResetComponent } from '../user-reset/user-reset.component';
import { catchError, throwError } from 'rxjs';
import { Moment } from 'moment';
import * as moment from 'moment';
import moment from 'moment';
export namespace UserEditComponent {
export type InputData = {type: "new" | "edit", id?: string, groups: Group[]}