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, Output, EventEmitter, OnInit } from '@angular/core';
|
||||
import { Component, Output, EventEmitter, OnInit, ChangeDetectionStrategy } from '@angular/core';
|
||||
import { toPalette } from '../../../common/ponyInfo';
|
||||
import { decompressPonyString } from '../../../common/compressPony';
|
||||
import { PonyTownGame } from '../../../client/game';
|
||||
@@ -7,6 +7,7 @@ import { removeItem } from '../../../common/utils';
|
||||
import { Model } from '../../services/model';
|
||||
|
||||
@Component({
|
||||
changeDetection: ChangeDetectionStrategy.Eager,
|
||||
standalone: false,
|
||||
selector: 'invites-modal',
|
||||
templateUrl: 'invites-modal.pug',
|
||||
|
||||
Reference in New Issue
Block a user