dropdowns added to airwatch

This commit is contained in:
Tykayn 2025-08-20 12:47:37 +02:00 committed by tykayn
parent fff843e959
commit 316ebc0acc
15 changed files with 519 additions and 192 deletions

View file

@ -5,12 +5,11 @@
"@angular/common": "^20.1.0",
"@angular/core": "^20.1.0",
"@angular/forms": "^20.1.0",
"@ngrx/store": "^20.0.0",
"@ngrx/store-devtools": "^20.0.0",
"bulma": "^1.0.4",
"remixicon": "^4.6.0",
"shepherd.js": "^14.5.1",
"@ngrx/store": "^20.0.0",
"@ngrx/store-devtools": "^20.0.0"
"shepherd.js": "^14.5.1"
},
"dependencies": {
"tslib": "^2.3.0"
@ -20,5 +19,9 @@
".": {
"sass": "./src/styles/index.scss"
}
},
"devDependencies": {
"bulma": "^1.0.4",
"remixicon": "^4.6.0"
}
}