src.app.modules.scenarios.components.execution.gwt-read.gwt-read.component.ts Maven / Gradle / Ivy
import { Component, Input, OnInit } from '@angular/core';
import { FunctionalStep } from '@model';
@Component({
selector: 'chutney-gwt-read',
templateUrl: './gwt-read.component.html',
styleUrls: ['./gwt-read.component.scss']
})
export class GwtReadComponent implements OnInit {
@Input() step: FunctionalStep;
@Input() type: string;
showImplementation = false;
ngOnInit(): void {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy