Skip to content
b-topology.component.ts 255 B
Newer Older
wangqinghua's avatar
log
wangqinghua committed
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'smart-b-topology',
  templateUrl: './b-topology.component.html',
  styles: []
})
export class BTopologyComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}