diff --git a/bookie/angular.json b/bookie/angular.json
index a0eaf39..3094272 100644
--- a/bookie/angular.json
+++ b/bookie/angular.json
@@ -32,7 +32,9 @@
"input": "public"
}
],
- "styles": ["src/styles.sass"],
+ "styles": [
+ "src/styles.sass"
+ ],
"allowedCommonJsDependencies": [
"typed-function",
"javascript-natural-sort",
@@ -46,8 +48,8 @@
"budgets": [
{
"type": "initial",
- "maximumWarning": "500kb",
- "maximumError": "1mb"
+ "maximumWarning": "1000kb",
+ "maximumError": "2mb"
},
{
"type": "anyComponentStyle",
@@ -86,14 +88,19 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
- "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
+ "lintFilePatterns": [
+ "src/**/*.ts",
+ "src/**/*.html"
+ ]
}
}
}
}
},
"cli": {
- "schematicCollections": ["@angular-eslint/schematics"],
+ "schematicCollections": [
+ "@angular-eslint/schematics"
+ ],
"analytics": false
},
"schematics": {
diff --git a/bookie/src/app/sales/choose-customer/choose-customer.component.html b/bookie/src/app/sales/choose-customer/choose-customer.component.html
index 0e359cb..4598dee 100644
--- a/bookie/src/app/sales/choose-customer/choose-customer.component.html
+++ b/bookie/src/app/sales/choose-customer/choose-customer.component.html
@@ -1,63 +1,57 @@
-@if (customersResource.isLoading()) {
-