From a17b8e6a2e7e9eed414cd38dc3ee19725cdd2ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Mon, 3 May 2021 17:23:07 +0200 Subject: [PATCH] chore(viewer): export value operation events (DSP-1590) (#291) --- projects/dsp-ui/src/lib/viewer/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/dsp-ui/src/lib/viewer/index.ts b/projects/dsp-ui/src/lib/viewer/index.ts index 9bea41c5a..5410d42e9 100644 --- a/projects/dsp-ui/src/lib/viewer/index.ts +++ b/projects/dsp-ui/src/lib/viewer/index.ts @@ -33,6 +33,7 @@ export * from './representation/upload-file/upload-file.component'; export * from './services/upload-file.service'; export * from './services/user.service'; export * from './services/value.service'; +export * from './services/value-operation-event.service'; // directives export * from './directives/text-value-html-link.directive'; export * from './directives/drag-drop.directive';