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 {}