From 843c57eba8709d1001cf8cae3a0180f865171167 Mon Sep 17 00:00:00 2001 From: Danijel Andjelkovic Date: Fri, 4 Mar 2022 00:33:57 +0100 Subject: Dodao prazan front projekat. --- frontend/src/app/auth.service.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/src/app/auth.service.ts (limited to 'frontend/src/app/auth.service.ts') diff --git a/frontend/src/app/auth.service.ts b/frontend/src/app/auth.service.ts new file mode 100644 index 00000000..af27fdec --- /dev/null +++ b/frontend/src/app/auth.service.ts @@ -0,0 +1,9 @@ +import { Injectable } from '@angular/core'; + +@Injectable({ + providedIn: 'root' +}) +export class AuthService { + + constructor() { } +} -- cgit v1.2.3