information-system-gui/src/main/webapp/app/remove-resource/remove-resource.component.ts

16 lines
311 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'jhi-remove-resource',
templateUrl: './remove-resource.component.html',
styleUrls: ['./remove-resource.component.scss']
})
export class RemoveResourceComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}