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,4 +1,4 @@
import { Component, ViewChild, ElementRef, OnInit } from '@angular/core';
import { Component, ViewChild, ElementRef, OnInit, ChangeDetectionStrategy } from '@angular/core';
import { AgDragEvent } from '../../shared/directives/agDrag';
import { Rect, Point } from '../../../common/interfaces';
import { roundPosition } from '../../../common/positionUtils';
@@ -38,6 +38,7 @@ function toScreen(pt: Point) {
}
@Component({
changeDetection: ChangeDetectionStrategy.Eager,
standalone: false,
selector: 'tools-collisions',
templateUrl: 'tools-collisions.pug',