add missing export (#2706)

This commit is contained in:
Denys Vuika 2017-11-23 12:34:58 +00:00 committed by Eugenio Romano
parent c6cd7d6b40
commit 7d4ee779cf

View File

@ -15,5 +15,6 @@
* limitations under the License.
*/
export * from './content-node-selector.component-data.interface';
export * from './content-node-selector.component';
export * from './content-node-selector.service';