aboutsummaryrefslogtreecommitdiffstats
path: root/deprecated-workflow-designer/sdc-workflow-designer-ui/src/app/paletx/plx-modal/modal-backdrop.ts
blob: 07e2ff84ad23e47c8ee8058892fa120b3af83138 (plain)
1
2
3
4
5
6
7
8
9
import {Component} from '@angular/core';

@Component({
    selector: 'plx-modal-backdrop',
    template: '',
    host: {'class': 'modal-backdrop fade show'}
})
export class PlxModalBackdrop {
}