RackHD/on-web-ui

View on GitHub
src/app/home/home.component.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Component, OnInit,OnDestroy } from '@angular/core';

@Component({
  selector: 'home',
  styleUrls: ['./home.component.css'],
  templateUrl: './home.component.html'
})
export class HomeComponent {
}