Skip to content
Snippets Groups Projects
nehubaViewer.component.ts 217 B
Newer Older
Xiao Gui's avatar
Xiao Gui committed
import { Component } from "@angular/core";

@Component({
  templateUrl : './nehubaViewer.template.html',
  styleUrls : [
    './nehubaViewer.style.css'
  ]
})

export class NehubaViewerUnit{
  constructor(
  ){

  }
}