bootstrap installiert und hinzugefügt

This commit is contained in:
Developer 02
2024-06-13 10:56:12 +02:00
parent 8c767a73b4
commit eac7454989
5 changed files with 15 additions and 9 deletions

View File

@@ -97,9 +97,15 @@
],
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
"scripts": []
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
}
}
}