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

@@ -1,4 +1,4 @@
module.exports = {
export default {
displayName: 'common',
globals: {
@@ -9,5 +9,5 @@ module.exports = {
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../coverage/libs/common',
preset: '../../jest.preset.ts'
preset: '../../jest.preset.js'
};