+
+ /
+
+
+
+
{{ 'home.count' | translate }}: {{ counter }}
+
+
+
+
+
diff --git a/apps/frontend/theming/src/app/home/containers/home/home.component.scss b/apps/frontend/theming/src/app/home/containers/home/home.component.scss
new file mode 100644
index 0000000..e69de29
diff --git a/apps/frontend/theming/src/app/home/containers/home/home.component.spec.ts b/apps/frontend/theming/src/app/home/containers/home/home.component.spec.ts
new file mode 100644
index 0000000..95eb96f
--- /dev/null
+++ b/apps/frontend/theming/src/app/home/containers/home/home.component.spec.ts
@@ -0,0 +1,24 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { HomeComponent } from './home.component';
+
+describe('HomeComponent', () => {
+ let component: HomeComponent;
+ let fixture: ComponentFixture