Upgrade Angular and Spring-Boot
[portal/ric-dashboard.git] / webapp-frontend / src / app / services / e2-mgr / e2-mgr.service.ts
index 7510567..55fd9d5 100644 (file)
@@ -21,7 +21,10 @@ import { Injectable } from '@angular/core';
 import { HttpClient } from '@angular/common/http';
 import { E2SetupRequest } from '../../interfaces/e2-mgr.types';
 
-@Injectable()
+@Injectable({
+  providedIn: 'root'
+})
+
 export class E2ManagerService {
 
   private basePath = 'api/e2mgr/';