initialisation de l'application

This commit is contained in:
AlineRinquin 2022-01-18 17:12:04 +01:00
parent b9f9f5fb3f
commit 6f9112ee91
118 changed files with 1221 additions and 492 deletions

View file

@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
@ -101,7 +104,9 @@
"styles": [
"src/styles.scss"
],
"scripts": []
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
]
}
}
}