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,9 +1,10 @@
|
||||
import { Component, Input, Output, EventEmitter, ElementRef } from '@angular/core';
|
||||
import { Component, Input, Output, EventEmitter, ElementRef, ChangeDetectionStrategy } from '@angular/core';
|
||||
import { Sprite, PonyInfo } from '../../../../common/interfaces';
|
||||
|
||||
let openedPopover: ToolsFrame;
|
||||
|
||||
@Component({
|
||||
changeDetection: ChangeDetectionStrategy.Eager,
|
||||
standalone: false,
|
||||
selector: 'tools-frame',
|
||||
templateUrl: 'tools-frame.pug',
|
||||
|
||||
Reference in New Issue
Block a user