RackHD/on-web-ui

View on GitHub
src/app/workflow-center/workflow-center.component.ts

Summary

Maintainability
A
1 hr
Test Coverage
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-workflow-center',
  templateUrl: './workflow-center.component.html',
  styleUrls: ['./workflow-center.component.scss']
})
export class WorkflowCenterComponent implements OnInit {
  constructor() {
  }

  ngOnInit() {
  }

}