101108: Automatic ng update @angular/core@14

This commit is contained in:
Kristof De Langhe
2023-04-11 16:18:20 +02:00
parent 4e7cad9e17
commit d21ce38011
95 changed files with 3842 additions and 3701 deletions

View File

@@ -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