fixed types

This commit is contained in:
Fran Jurmanović
2021-06-02 23:29:05 +02:00
parent c840041b51
commit 8754b4391b
26 changed files with 185 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
import { AppService, HttpClient } from "core/services";
import { AppService } from "core/services";
class BaseService {
constructor(public endpoint: string, public appService: AppService) {}