diff --git a/angular.json b/angular.json
index d863f759..d87118ac 100644
--- a/angular.json
+++ b/angular.json
@@ -7,7 +7,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
- "style": "less"
+ "style": "scss"
}
},
"root": "",
@@ -19,6 +19,7 @@
"options": {
"outputPath": "dist/timeline-tools",
"index": "src/index.html",
+ "inlineStyleLanguage": "scss",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
@@ -27,7 +28,8 @@
"src/assets"
],
"styles": [
- "src/styles.less"
+ "src/m3-theme.scss",
+ "src/styles.scss"
],
"scripts": [],
"allowedCommonJsDependencies": [
@@ -94,6 +96,7 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
+ "inlineStyleLanguage": "scss",
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
@@ -103,7 +106,8 @@
"src/assets"
],
"styles": [
- "src/styles.less"
+ "src/m3-theme.scss",
+ "src/styles.scss"
],
"scripts": []
}
diff --git a/package.json b/package.json
index 4b31bd48..d4192e71 100644
--- a/package.json
+++ b/package.json
@@ -51,6 +51,7 @@
"@angular-eslint/builder": "^18.3.0",
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular-eslint/eslint-plugin-template": "^18.3.0",
+ "@angular-eslint/schematics": "^18.3.0",
"@angular-eslint/template-parser": "^18.3.0",
"@angular/cli": "^18.2.3",
"@angular/compiler-cli": "18.2.3",
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 8f4ccb94..7a09403a 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -29,22 +29,36 @@
-