Skip to content

Commit

Permalink
chore(viewer): export value operation events (DSP-1590) (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed May 3, 2021
1 parent 01daed4 commit a17b8e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/dsp-ui/src/lib/viewer/index.ts
Expand Up @@ -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';

0 comments on commit a17b8e6

Please sign in to comment.