summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/frontend/src/app/api/software-profile.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'admin/WebConsole3/frontend/src/app/api/software-profile.service.ts')
-rw-r--r--admin/WebConsole3/frontend/src/app/api/software-profile.service.ts40
1 files changed, 20 insertions, 20 deletions
diff --git a/admin/WebConsole3/frontend/src/app/api/software-profile.service.ts b/admin/WebConsole3/frontend/src/app/api/software-profile.service.ts
index 442d97a7..92b09e23 100644
--- a/admin/WebConsole3/frontend/src/app/api/software-profile.service.ts
+++ b/admin/WebConsole3/frontend/src/app/api/software-profile.service.ts
@@ -1,20 +1,20 @@
-import { Injectable } from '@angular/core';
-import { HttpClient} from '@angular/common/http';
-
-import { environment } from '../../environments/environment';
-import { SoftwareProfile } from "../model/software-profile";
-import { SoftwareProfileSerializer } from "../serializer/software-profile.serializer";
-
-import {ResourceService} from "globunet-angular/core/providers/api/resource.service";
-
-
-@Injectable({
- providedIn: 'root'
-})
-export class SoftwareProfileService extends ResourceService<SoftwareProfile> {
-
- constructor(http: HttpClient){
- super(http, environment.API_URL,"softwareProfiles", new SoftwareProfileSerializer());
- }
-
-}
+import { Injectable } from '@angular/core';
+import { HttpClient} from '@angular/common/http';
+
+import { environment } from '../../environments/environment';
+import { SoftwareProfile } from "../model/software-profile";
+import { SoftwareProfileSerializer } from "../serializer/software-profile.serializer";
+
+import {ResourceService} from "globunet-angular/core/providers/api/resource.service";
+
+
+@Injectable({
+ providedIn: 'root'
+})
+export class SoftwareProfileService extends ResourceService<SoftwareProfile> {
+
+ constructor(http: HttpClient){
+ super(http, environment.API_URL,"softwareprofiles", new SoftwareProfileSerializer());
+ }
+
+}