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 14:13:57 +01:00
parent 2e2b37e493
commit a0f9f0b03d
2 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,9 @@
"paths": { "paths": {
"@angular/*": [ "@angular/*": [
"node_modules/@angular/*" "node_modules/@angular/*"
],
"@farmmaps/ng-openlayers":[
"../../ng-openlayers"
] ]
} }
}, },

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json", "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ngx-openlayers", "dest": "../../dist/ng-openlayers",
"assets": [ "assets": [
"ngcc.config.js" "ngcc.config.js"
], ],