[frontend] Remove deprecated imports from angular/core 14

This commit is contained in:
ogdbd3h5qze42igcv8wcrqk3 2023-03-18 15:21:13 +01:00
parent 74fca41d66
commit 8486ce8fab

View file

@ -4,7 +4,6 @@ import { Observable } from 'rxjs';
import { ResourceLoader } from '@angular/compiler';
import { UntypedFormBuilder, UntypedFormGroup, Validators } from '@angular/forms';
import { first } from 'rxjs/operators';
import { invalid } from '@angular/compiler/src/render3/view/util';
import { MatSnackBar } from '@angular/material/snack-bar';
@Component({