summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/slicing-resource-management/nssi-management/nssi-model/nssi-model.component.ts
blob: 11da90875389940685ee4ec280f626e3adb59241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-nssi-model',
  templateUrl: './nssi-model.component.html',
  styleUrls: ['./nssi-model.component.less']
})
export class NssiModelComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}