summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/csmf-slicing-business-management/csmf-slicing-business-management.component.ts
blob: dddbacf738d623f21d8a5b34087cadbe00d0cf93 (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-csmf-slicing-business-management',
  templateUrl: './csmf-slicing-business-management.component.html',
  styleUrls: ['./csmf-slicing-business-management.component.less']
})
export class CsmfSlicingBusinessManagementComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}