From 573f32b362f4639928485d66feb1c0721109716b Mon Sep 17 00:00:00 2001 From: YuanHu Date: Tue, 27 Mar 2018 17:24:38 +0800 Subject: Include paletx core Include paletx core to WF Designer UI. Issue-ID: SDC-1130,SDC-1131 Change-Id: I9a2591e022b5ff118cccbbc839796be19d70df84 Signed-off-by: YuanHu --- .../src/app/paletx/core/overlay/generic-component-type.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts (limited to 'sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts') diff --git a/sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts b/sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts new file mode 100644 index 00000000..523bd428 --- /dev/null +++ b/sdc-workflow-designer-ui/src/app/paletx/core/overlay/generic-component-type.ts @@ -0,0 +1,9 @@ +/** + * @license + * Copyright Google Inc. All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + +export interface ComponentType { new(...args: any[]): T; } -- cgit 1.2.3-korg