Merge "Upgrade Angular and Spring-Boot"
[portal/ric-dashboard.git] / webapp-frontend / src / app / ui / modal-event / modal-event.component.ts
index 90d8edc..e48790b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ========================LICENSE_START=================================
- * ORAN-OSC
+ * O-RAN-SC
  * %%
  * Copyright (C) 2019 AT&T Intellectual Property and Nokia
  * %%
  */
 import { Component, Input, OnInit , Output, EventEmitter  } from '@angular/core';
 import { FormControl, Validators } from '@angular/forms';
-import { ViewCell } from 'ng2-smart-table';
 
 @Component({
   selector: 'app-modal-event',
   templateUrl: './modal-event.component.html',
   styleUrls: ['./modal-event.component.scss']
 })
-export class ModalEventComponent implements ViewCell, OnInit {
+export class ModalEventComponent implements OnInit {
 
     public renderValue;