+
+
My Restaurant
+
{{currentRestaurant.name}}
+
+ Restaurant ID: {{currentRestaurant.id}}
+
+
Employees:
+ -
+ {{employee.firstName}} {{employee.lastName}}
+
+
+
+
Admins:
+ -
+ {{admin.firstName}} {{admin.lastName}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/EduWaiterAppClient/src/app/components/restaurant/restaurant.component.spec.ts b/EduWaiterAppClient/src/app/components/restaurant/restaurant.component.spec.ts
new file mode 100644
index 0000000..af9d1c3
--- /dev/null
+++ b/EduWaiterAppClient/src/app/components/restaurant/restaurant.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { RestaurantComponent } from './restaurant.component';
+
+describe('RestaurantComponent', () => {
+ let component: RestaurantComponent;
+ let fixture: ComponentFixture