Feature/upgrade to angular 14 (#1019)

* Upgrade to angular 14

* Migrate UntypedFormControl to FormControl

* Update changelog
This commit is contained in:
Thomas Kaul
2022-06-16 10:28:23 +02:00
committed by GitHub
parent 0b06823893
commit 002b883668
19 changed files with 4320 additions and 5808 deletions

View File

@ -16,5 +16,8 @@
"angularCompilerOptions": {
"strictInjectionParameters": true,
"strictTemplates": false
},
"compilerOptions": {
"target": "es2020"
}
}