2
0

starting project

This commit is contained in:
2018-05-10 16:49:14 +02:00
parent f8ca65d771
commit c46c23979d
8 changed files with 256 additions and 32 deletions

View File

@@ -8,7 +8,11 @@
"sourceRoot": "src",
"projectType": "application",
"prefix": "app",
"schematics": {},
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
@@ -23,7 +27,7 @@
"src/assets"
],
"styles": [
"src/styles.css"
"src/styles.scss"
],
"scripts": []
},
@@ -72,7 +76,7 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"styles.css"
"styles.scss"
],
"scripts": [],
"assets": [
@@ -119,4 +123,4 @@
}
},
"defaultProject": "nls-ng6-d3js-guilloche"
}
}