diff options
Diffstat (limited to 'frontend/src/app/_services/home.service.ts')
-rw-r--r-- | frontend/src/app/_services/home.service.ts | 9 |
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() { } +} |