From 9ef4c8003b5eaa7193928d33fd75576470a6140e Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Fri, 3 Nov 2017 17:54:02 +0000 Subject: [PATCH] Fix production mode dependency (#2605) --- .../src/components/view/card-view.module.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ng2-components/ng2-alfresco-core/src/components/view/card-view.module.ts b/ng2-components/ng2-alfresco-core/src/components/view/card-view.module.ts index c52cdb0059..20a09aac8f 100644 --- a/ng2-components/ng2-alfresco-core/src/components/view/card-view.module.ts +++ b/ng2-components/ng2-alfresco-core/src/components/view/card-view.module.ts @@ -52,7 +52,10 @@ import { CardViewComponent } from './card-view.component'; CardViewDateItemComponent ], exports: [ - CardViewComponent + CardViewComponent, + CardViewTextItemComponent, + CardViewMapItemComponent, + CardViewDateItemComponent ] }) export class CardViewModule {}