diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-07 14:53:53 +0530 |
---|---|---|
committer | Ezhilarasi R <ezhrajam@in.ibm.com> | 2019-02-12 17:50:00 +0000 |
commit | cbad207d520e166305de58e5c23bda3c78781a69 (patch) | |
tree | 96298d1b4c8ad3e1364e34389bbde3bd63ff77fd /cds-ui/client/src/app/common/shared | |
parent | 7375775ff3ee600fc1f8633dd21ec35f86c050b7 (diff) |
CBA Blueprint Wizard
Change-Id: Ia64999d65cd6e3175f0056c8193f9c9e8b352ee4
Issue-ID: CCSDK-703
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/common/shared')
-rw-r--r-- | cds-ui/client/src/app/common/shared/shared.module.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/common/shared/shared.module.ts b/cds-ui/client/src/app/common/shared/shared.module.ts index 531327d0c..2b3c99370 100644 --- a/cds-ui/client/src/app/common/shared/shared.module.ts +++ b/cds-ui/client/src/app/common/shared/shared.module.ts @@ -35,7 +35,8 @@ import { FileuploadComponent } from './fileupload/fileupload.component'; ], exports: [ HomeComponent, - CBAWizardComponent + CBAWizardComponent, + FileuploadComponent ], imports: [ CommonModule, |