AW-6526 update angular 21
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
2026-01-19 12:19:09 +01:00
parent c35114b2d3
commit 9cc581dd3d
102 changed files with 3287 additions and 4023 deletions

View File

@@ -10,7 +10,8 @@
],
"parserOptions": {
"project": [
"libs/ng-openlayers/tsconfig.*?.json"
"projects/ngx-openlayers/tsconfig.lib.json",
"projects/ngx-openlayers/tsconfig.spec.json"
],
"createDefaultProgram": true
},
@@ -41,7 +42,8 @@
"off",
"always"
],
"import/order": "off"
"import/order": "off",
"no-underscore-dangle": "off"
}
},
{