63b4e31c9be2fdedd6b7bdfdb2d618094e726540
[portal/ric-dashboard.git] / webapp-frontend / src / app / anr-xapp / anr-xapp.component.ts
1 import { Component, OnInit } from '@angular/core';
2
3 @Component({
4   selector: 'app-anr-xapp',
5   templateUrl: './anr-xapp.component.html',
6   styleUrls: ['./anr-xapp.component.scss']
7 })
8 export class AnrXappComponent implements OnInit {
9
10   constructor() { }
11
12   ngOnInit() {
13   }
14
15 }