install bootstrap3 and imported css

This commit is contained in:
francesco 2021-09-13 19:11:40 +02:00
parent cf28af2446
commit ab3a762d38
3 changed files with 33 additions and 0 deletions

27
package-lock.json generated Normal file
View File

@ -0,0 +1,27 @@
{
"name": "angular",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"bootstrap": "^3.4.1"
}
},
"node_modules/bootstrap": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==",
"engines": {
"node": ">=6"
}
}
},
"dependencies": {
"bootstrap": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
"integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA=="
}
}
}

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"bootstrap": "^3.4.1"
}
}

View File

@ -23,6 +23,7 @@
"src/assets"
],
"styles": [
"node_module/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
"scripts": []