mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-09-05 05:18:58 +00:00
update angular to v22
This commit is contained in:
@@ -7,7 +7,15 @@ import {
|
||||
moveItemInArray,
|
||||
} from '@angular/cdk/drag-drop';
|
||||
import { JsonPipe } from '@angular/common';
|
||||
import { Component, computed, inject, input, output, signal } from '@angular/core';
|
||||
import {
|
||||
Component,
|
||||
computed,
|
||||
inject,
|
||||
input,
|
||||
output,
|
||||
signal,
|
||||
ChangeDetectionStrategy,
|
||||
} from '@angular/core';
|
||||
import { FormControl, FormGroup, ReactiveFormsModule, Validators } from '@angular/forms';
|
||||
import { MatFormFieldModule } from '@angular/material/form-field';
|
||||
import { MatIconModule } from '@angular/material/icon';
|
||||
@@ -39,6 +47,7 @@ import { ProcessorComponent } from '../processor/processor';
|
||||
CdkDragPlaceholder,
|
||||
],
|
||||
templateUrl: './route.html',
|
||||
changeDetection: ChangeDetectionStrategy.Eager,
|
||||
styleUrl: './route.css',
|
||||
})
|
||||
export class RouteComponent {
|
||||
|
||||
Reference in New Issue
Block a user