styling(core): add font and icons

This commit is contained in:
2025-08-21 01:08:28 +02:00
parent 854031e7e0
commit 8922465d60
4 changed files with 105 additions and 3 deletions

View File

@@ -9,11 +9,11 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"isolatedModules": true,
"isolatedModules": false,
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2022",
"module": "preserve"
"module": "preserve",
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,