mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
101108: Automatic ng update @angular/core@14
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
OnInit,
|
||||
Output
|
||||
} from '@angular/core';
|
||||
import { FormControl } from '@angular/forms';
|
||||
import { UntypedFormControl } from '@angular/forms';
|
||||
|
||||
import { BehaviorSubject, from as observableFrom, Observable, of as observableOf, Subscription } from 'rxjs';
|
||||
import { debounceTime, distinctUntilChanged, map, mergeMap, reduce, startWith, switchMap, take } from 'rxjs/operators';
|
||||
@@ -54,7 +54,7 @@ export class CollectionDropdownComponent implements OnInit, OnDestroy {
|
||||
* The search form control
|
||||
* @type {FormControl}
|
||||
*/
|
||||
public searchField: FormControl = new FormControl();
|
||||
public searchField: UntypedFormControl = new UntypedFormControl();
|
||||
|
||||
/**
|
||||
* The collection list obtained from a search
|
||||
|
Reference in New Issue
Block a user