[ADF-2251] ContentWidgetModule is not exposed from ADF (#2912)

* Exposed ContentWidget Module
This commit is contained in:
Deepak Paul
2018-02-06 19:41:47 +05:30
committed by Eugenio Romano
parent 9e6469c566
commit 84775804c0

View File

@@ -23,6 +23,7 @@ export * from './app-list/apps-list.module';
export * from './attachment/attachment.module';
export * from './comments/comments.module';
export * from './people/people.module';
export * from './content-widget/content-widget.module';
export * from './process-list';
export * from './task-list';
@@ -30,3 +31,4 @@ export * from './app-list';
export * from './attachment';
export * from './comments';
export * from './people';
export * from './content-widget';