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

17
nx.json
View File

@ -29,17 +29,6 @@
}
}
},
"targetDependencies": {
"build": [
{
"target": "build",
"projects": "dependencies"
}
]
},
"cli": {
"defaultCollection": "@nrwl/nest"
},
"defaultProject": "api",
"generators": {
"@nrwl/angular:application": {
@ -53,5 +42,11 @@
},
"@nrwl/nest": {},
"@nrwl/angular:component": {}
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"dependsOn": ["^build"]
}
}
}