Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedYoussfi committed Feb 14, 2021
1 parent de24489 commit da803e5
Show file tree
Hide file tree
Showing 32 changed files with 1,673 additions and 779 deletions.
13 changes: 10 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": []
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -124,5 +128,8 @@
}
}
},
"defaultProject": "web-cat-app"
"defaultProject": "web-cat-app",
"cli": {
"analytics": "dffac1ec-51a9-47c1-93d6-233efae567f4"
}
}
28 changes: 28 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"products": [
{
"id": 1,
"name": "Computer",
"price": 4300,
"quantity": "99999",
"selected": true,
"available": true
},
{
"name": "p",
"price": "90",
"quantity": 0,
"selected": true,
"available": true,
"id": 2
},
{
"id": 3,
"name": "azerty",
"price": 0,
"quantity": 0,
"selected": true,
"available": true
}
]
}
Loading

0 comments on commit da803e5

Please sign in to comment.