diff --git a/projects/ngx-editor/src/public_api.ts b/projects/ngx-editor/src/public_api.ts index 1bb3584d..52d03065 100644 --- a/projects/ngx-editor/src/public_api.ts +++ b/projects/ngx-editor/src/public_api.ts @@ -15,3 +15,6 @@ export * from './lib/types'; export * from './lib/parsers'; export { default as Editor } from './lib/Editor'; export * from './lib/defaultPlugins'; + +// other exports for convenience +export { ImageViewComponent } from './lib/components/image-view/image-view.component';