update ng 15

This commit is contained in:
2023-04-22 13:13:59 +02:00
parent ca4e881c3d
commit f46c5ce47c
22 changed files with 5725 additions and 4561 deletions

View File

@@ -1,7 +1,7 @@
import {ChangeDetectionStrategy, Component, Input} from '@angular/core';
import {UntypedFormControl} from '@angular/forms';
import {filterSong} from '../../../services/filter.helper';
import {MatSelectChange} from '@angular/material/select';
import {MatLegacySelectChange as MatSelectChange} from '@angular/material/legacy-select';
import {Song} from '../../../modules/songs/services/song';
import {ShowSong} from '../../../modules/shows/services/show-song';
import {ShowSongService} from '../../../modules/shows/services/show-song.service';