mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Update to angular 22
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, Input, EventEmitter, Output, ViewChild, ElementRef } from '@angular/core';
|
||||
import { Component, Input, EventEmitter, Output, ViewChild, ElementRef, ChangeDetectionStrategy } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
import { PonyObject } from '../../../common/interfaces';
|
||||
import { PLAYER_NAME_MAX_LENGTH } from '../../../common/constants';
|
||||
@@ -12,6 +12,7 @@ import { delay } from '../../../common/utils';
|
||||
import { isMobile } from '../../../client/data';
|
||||
|
||||
@Component({
|
||||
changeDetection: ChangeDetectionStrategy.Eager,
|
||||
standalone: false,
|
||||
selector: 'character-select',
|
||||
templateUrl: 'character-select.pug',
|
||||
|
||||
Reference in New Issue
Block a user