login.component, register.component

This commit is contained in:
2026-02-05 16:48:06 +01:00
parent 97a7ccdb4d
commit c53efb7612
72 changed files with 1938 additions and 10459 deletions

View File

@@ -41,8 +41,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumError": "1MB"
"maximumWarning": "2MB",
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",
@@ -50,12 +50,24 @@
"maximumError": "4kB"
}
],
"outputHashing": "all"
"outputHashing": "all",
"fileReplacements": [
{
"replace": "src/environments/environment.development.ts",
"with": "src/environments/environment.prod.ts"
}
]
},
"development": {
"optimization": false,
"extractLicenses": false,
"sourceMap": true
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.development.ts",
"with": "src/environments/environment.prod.ts"
}
]
}
},
"defaultConfiguration": "production"