feat: Bootstrap hinzugefügt

This commit is contained in:
Developer 02 2024-07-22 18:03:19 +02:00
parent 2671a2ff59
commit 34cae91925

View File

@ -30,10 +30,13 @@
"src/assets"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": [],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
],
"server": "src/main.server.ts",
"prerender": true,
"ssr": false