aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/graph/connection-wizard/connection-properties-view/connection-properties-view.component.ts
blob: 5abb87901332a10337da22d978df98227b770047 (plain)
1
2
3
4
5
6
7
8
9
10
import {Component} from "@angular/core";


@Component({
    selector: 'connection-properties-view',
    templateUrl: './connection-properties-view.component.html',
    styleUrls:['./connection-properties-view.component.less']
})
export class ConnectionPropertiesViewComponent {
}