Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
aCodeAlchemist committed May 30, 2020
1 parent 68f82ff commit 82ebc63
Show file tree
Hide file tree
Showing 16 changed files with 2,522 additions and 2,872 deletions.
16 changes: 12 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@
"src/assets"
],
"styles": [
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.css"
],
"scripts": []
"scripts": [
"./node_modules/jquery/dist/jquery.min.js",
"./node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -119,6 +123,10 @@
}
}
}
}},
"defaultProject": "my-app"
}
}
},
"defaultProject": "my-app",
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 82ebc63

Please sign in to comment.