We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8ab55 commit 19feb46Copy full SHA for 19feb46
.angular-cli.json
@@ -23,9 +23,9 @@
23
"styles.scss"
24
],
25
"scripts": [
26
- "../node_modules/jquery/dist/jquery.js",
27
- "../node_modules/popper.js/dist/popper.js",
28
- "../node_modules/bootstrap/dist/js/bootstrap.js"
+ "../node_modules/jquery/dist/jquery.min.js",
+ "../node_modules/popper.js/dist/popper.min.js",
+ "../node_modules/bootstrap/dist/js/bootstrap.min.js"
29
30
"environmentSource": "environments/environment.ts",
31
"environments": {
0 commit comments