Update to angular 22

This commit is contained in:
2026-08-05 13:16:47 +02:00
parent 80e7493d82
commit 3cfdd34b6f
122 changed files with 7559 additions and 3911 deletions
@@ -1,9 +1,10 @@
import { Component, Input, OnDestroy } from '@angular/core';
import { Component, Input, OnDestroy, ChangeDetectionStrategy } from '@angular/core';
import { Subscription } from '../../../../common/interfaces';
import { AdminModel } from '../../../services/adminModel';
import { Character } from '../../../../common/adminInterfaces';
@Component({
changeDetection: ChangeDetectionStrategy.Eager,
standalone: false,
selector: 'pony-info-remote',
templateUrl: 'pony-info-remote.pug',