[DURACOM-307] start migration and type fixing

This commit is contained in:
FrancescoMolinaro
2025-02-05 18:33:54 +01:00
parent b9e164de78
commit 069fd02517
598 changed files with 5674 additions and 6015 deletions

View File

@@ -1,7 +1,4 @@
import {
AsyncPipe,
NgIf,
} from '@angular/common';
import { AsyncPipe } from '@angular/common';
import { Component } from '@angular/core';
import {
ActivatedRoute,
@@ -30,10 +27,9 @@ import { VarDirective } from '../../shared/utils/var.directive';
imports: [
TranslateModule,
AsyncPipe,
NgIf,
VarDirective,
BtnDisabledDirective,
],
BtnDisabledDirective
],
standalone: true,
})
export class DeleteCollectionPageComponent extends DeleteComColPageComponent<Collection> {