Update to angular 19

This commit is contained in:
2026-08-05 07:46:07 +02:00
parent 8bd323db91
commit 5e44c88cd3
133 changed files with 4671 additions and 2456 deletions
+1
View File
@@ -15,6 +15,7 @@ function toCredit(credit: Credit) {
}
@Component({
standalone: false,
selector: 'about',
templateUrl: 'about.pug',
styleUrls: ['about.scss'],
+1
View File
@@ -12,6 +12,7 @@ import { Router } from '@angular/router';
import { cleanName } from '../../../common/stringUtils';
@Component({
standalone: false,
selector: 'account',
templateUrl: 'account.pug',
styleUrls: ['account.scss'],
+1
View File
@@ -28,6 +28,7 @@ export function popoverConfig() {
}
@Component({
standalone: false,
selector: 'pony-town-app',
templateUrl: 'app.pug',
styleUrls: ['app.scss'],
@@ -57,6 +57,7 @@ function eyeSprite(e: PonyEye | undefined) {
}
@Component({
standalone: false,
selector: 'character',
templateUrl: 'character.pug',
styleUrls: ['character.scss'],
@@ -9,6 +9,7 @@ import { BLACK } from '../../../common/colors';
import { Entity, Engine, EngineInfo, DebugFlags, tileTypeNames } from '../../../common/interfaces';
@Component({
standalone: false,
selector: 'editor-box',
templateUrl: 'editor-box.pug',
})
+1
View File
@@ -5,6 +5,7 @@ import { contactEmail, contactDiscord } from '../../../client/data';
import { ActivatedRoute } from '@angular/router';
@Component({
standalone: false,
selector: 'help',
templateUrl: 'help.pug',
styleUrls: ['help.scss'],
+1
View File
@@ -6,6 +6,7 @@ import { OAuthProvider, PonyObject } from '../../../common/interfaces';
import { stand } from '../../../common/ponyAnimations';
@Component({
standalone: false,
selector: 'home',
templateUrl: 'home.pug',
styleUrls: ['home.scss'],