aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_services/home.service.ts
diff options
context:
space:
mode:
authorNevena Bojovic <nenabojov@gmail.com>2022-03-27 22:34:12 +0200
committerNevena Bojovic <nenabojov@gmail.com>2022-03-27 22:34:12 +0200
commit7b46f81cfbb813638dc3d766878a6088fa47b17b (patch)
tree63a360d9f2960b0a345d92fe0103631d0a6927ed /frontend/src/app/_services/home.service.ts
parent869a4d17dd6bb312c661636f69efba89e45579ba (diff)
Front razno.
Diffstat (limited to 'frontend/src/app/_services/home.service.ts')
-rw-r--r--frontend/src/app/_services/home.service.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/src/app/_services/home.service.ts b/frontend/src/app/_services/home.service.ts
new file mode 100644
index 00000000..0026413a
--- /dev/null
+++ b/frontend/src/app/_services/home.service.ts
@@ -0,0 +1,9 @@
+import { Injectable } from '@angular/core';
+
+@Injectable({
+ providedIn: 'root'
+})
+export class HomeService {
+
+ constructor() { }
+}