Add JUnit tests of backend controllers
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / stat-card / stat-card.component.ts
index 82d01a2..b404bf8 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
@@ -22,9 +22,9 @@ import {Router} from '@angular/router';
 import {UiService} from '../../services/ui/ui.service';
 
 @Component({
-  selector: 'app-stat-card',
+  selector: 'rd-stat-card',
   templateUrl: './stat-card.component.html',
-  styleUrls: ['./stat-card.component.css']
+  styleUrls: ['./stat-card.component.scss']
 })
 export class StatCardComponent implements OnInit, OnDestroy {
   darkMode: boolean;