Angular 14 upgrade (#2598)

* angular 14

* material 14 and ADF 14

* latest ADF 5.x and theme import fixes

* use latest ADF 5.x

* update build command

* update travis command

* upgrade ngrx to v14

* upgrade flex layout lib

* fix after rebase

* fix after rebase

* upgrade to latest ADF
This commit is contained in:
Denys Vuika
2022-08-25 12:05:00 +01:00
committed by GitHub
parent c60a3b51cf
commit 69cb107dd9
23 changed files with 1825 additions and 1946 deletions

View File

@@ -66,7 +66,7 @@ export class RuleCompositeConditionUiComponent implements ControlValueAccessor,
this.setDisabledState(isReadOnly);
}
private formSubscription = this.form.valueChanges.subscribe((value) => {
private formSubscription = this.form.valueChanges.subscribe((value: any) => {
this.onChange(value);
this.onTouch();
});