added tools v1

This commit is contained in:
Myx
2024-10-10 19:45:24 +02:00
parent 16fb7bf4e1
commit 86cae2fbe1
35 changed files with 852 additions and 350 deletions

View File

@@ -7,7 +7,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "sass"
"style": "scss"
}
},
"root": "",
@@ -20,17 +20,18 @@
"outputPath": "dist/tools",
"index": "src/index.html",
"browser": "src/main.ts",
"aot": true,
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "sass",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.sass"
"src/styles.scss"
],
"scripts": []
},
@@ -84,13 +85,13 @@
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "sass",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.sass"
"src/styles.scss"
],
"scripts": []
}