is-monitor/is-monitor-frontend/src/app/resource-types-tree/resource-types-tree.compone...

16 lines
319 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-resource-types-tree',
templateUrl: './resource-types-tree.component.html',
styleUrls: ['./resource-types-tree.component.css']
})
export class ResourceTypesTreeComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}