replace angular material components with bootstrap

This commit is contained in:
eneller
2025-01-06 15:23:05 +01:00
parent dcf25ea969
commit 4d58880493
3 changed files with 47 additions and 56 deletions

View File

@@ -7,6 +7,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"serve": "ng serve --host 0.0.0.0 --port 4200",
"serve:ssr:vb": "node dist/vb/server/server.mjs"
},
"private": true,
@@ -48,4 +49,4 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.6.2"
}
}
}