Initial Commit

This commit is contained in:
2018-07-05 18:06:27 -04:00
parent 16dd95cec4
commit f906e9f67a
17 changed files with 310 additions and 30 deletions

View File

@@ -23,9 +23,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": {
@@ -118,5 +122,10 @@
}
}
},
"defaultProject": "KaplanTest"
"defaultProject": "KaplanTest",
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
}
}
}