Angular v19

This commit is contained in:
2026-01-20 16:03:07 +01:00
parent 2eca9b2562
commit 35ab2f7c90
6 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "18.2.3",
"@angular/core": "19.2.18",
"ngrx-store-localstorage": "^18.0.0",
"@ngrx/effects": "^18.0.2",
"@ngrx/router-store": "^18.0.2",

View File

@@ -14,7 +14,7 @@ div.map-search {
}
.disabled {
color:lighten(#000000,80%);
color:adjust(#000000,80%);
}
:host ::ng-deep ngb-typeahead-window.dropdown-menu {