update angular to latest ver 8
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / app / ac-xapp / ac-xapp.component.ts
index 1f1d61e..12caad7 100644 (file)
@@ -36,7 +36,8 @@ import { NotificationService } from '../services/ui/notification.service';
 })
 export class AcXappComponent implements OnInit, OnDestroy {
 
-  private acForm: FormGroup;
+  //declare acForm as Public variable. Private variables should not be used in template HTML
+  acForm: FormGroup;
   private instanceChange: Subscription;
   private instanceKey: string;