From 0e9e7cc667e8e4925e45cfdfbbc10ef1346ae5a9 Mon Sep 17 00:00:00 2001 From: ShaabanEltanany Date: Tue, 6 Oct 2020 16:09:16 +0200 Subject: adding action attributes sidebard Issue-ID: CCSDK-2874 Signed-off-by: ShaabanEltanany Change-Id: I962f98e9caaa8db4753d5266b8084eae7cb0961d --- .../src/app/modules/feature-modules/packages/packages.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts index 828860a2c..d152e1ef3 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts @@ -34,6 +34,7 @@ import {TourMatMenuModule} from 'ngx-tour-md-menu'; import {ComponentCanDeactivateGuard} from '../../../common/core/canDactivate/ComponentCanDeactivateGuard'; import { ImportPackageComponent } from './packages-dashboard/import-package/import-package.component'; import { FunctionsAttributeComponent } from './designer/functions-attribute/functions-attribute.component'; +import { ActionAttributesComponent } from './designer/action-attributes/action-attributes.component'; @NgModule({ declarations: [PackagesDashboardComponent, @@ -58,6 +59,7 @@ import { FunctionsAttributeComponent } from './designer/functions-attribute/func DesignerSourceViewComponent, ImportPackageComponent, FunctionsAttributeComponent, + ActionAttributesComponent, ], imports: [ -- cgit 1.2.3-korg