Fix production mode dependency (#2605)

This commit is contained in:
Maurizio Vitale
2017-11-03 17:54:02 +00:00
committed by Eugenio Romano
parent 5dabc39841
commit 9ef4c8003b

View File

@@ -52,7 +52,10 @@ import { CardViewComponent } from './card-view.component';
CardViewDateItemComponent
],
exports: [
CardViewComponent
CardViewComponent,
CardViewTextItemComponent,
CardViewMapItemComponent,
CardViewDateItemComponent
]
})
export class CardViewModule {}