mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Fix production mode dependency (#2605)
This commit is contained in:
parent
5dabc39841
commit
9ef4c8003b
@ -52,7 +52,10 @@ import { CardViewComponent } from './card-view.component';
|
|||||||
CardViewDateItemComponent
|
CardViewDateItemComponent
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
CardViewComponent
|
CardViewComponent,
|
||||||
|
CardViewTextItemComponent,
|
||||||
|
CardViewMapItemComponent,
|
||||||
|
CardViewDateItemComponent
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class CardViewModule {}
|
export class CardViewModule {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user