All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.modules.component.components.sub.child-panel.child-panel.component.ts Maven / Gradle / Ivy

import { Component, Input} from '@angular/core';
import { ComponentTask, Authorization } from '@core/model';


@Component({
    selector: 'chutney-child-panel-component',
    templateUrl: './child-panel.component.html',
    styleUrls: ['./child-panel.component.scss']
})
export class ChildPanelComponent {

    @Input() parents: any;
    @Input() componentTask: ComponentTask;
    @Input() show = false;

    Authorization = Authorization;

    constructor(
    ) {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy