setup kontor-angiöar with comics navigation

This commit is contained in:
Thomas Peetz
2025-09-08 22:10:23 +02:00
parent 55a09d32b3
commit ad1118803d
35 changed files with 1723 additions and 1342 deletions
+10 -9
View File
@@ -5,11 +5,7 @@
"projects": {
"kontor-angular": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"schematics": {},
"root": "",
"sourceRoot": "src",
"prefix": "app",
@@ -18,8 +14,10 @@
"builder": "@angular/build:application",
"options": {
"browser": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",
@@ -27,7 +25,7 @@
}
],
"styles": [
"src/styles.scss"
"src/styles.css"
]
},
"configurations": {
@@ -72,8 +70,11 @@
"test": {
"builder": "@angular/build:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",
@@ -81,7 +82,7 @@
}
],
"styles": [
"src/styles.scss"
"src/styles.css"
]
}
}