Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / src / app / control / control.component.ts
index 573f705..8ba04a4 100644 (file)
@@ -20,9 +20,9 @@
 import { Component, OnInit } from '@angular/core';
 
 @Component({
-  selector: 'app-control',
+  selector: 'rd-control',
   templateUrl: './control.component.html',
-  styleUrls: ['./control.component.css']
+  styleUrls: ['./control.component.scss']
 })
 export class ControlComponent implements OnInit {