yabab-dev / ng2-ckeditor

Angular2 CKEditor component
MIT License
358 stars 96 forks source link

Improve typing and export CKEditorComponent #310

Closed Timebutt closed 3 years ago

Timebutt commented 3 years ago

This PR correctly configures @types/ckeditor and improves the typing of some of the properties in the CKEditorComponent.

On top of that, I added an export of CKEditorComponent to the main index.ts barrel file. Some applications need to be able to import CKEditorComponent, my application for instance takes a reference to the component to be able to call a method explicitly.

kzimny commented 3 years ago

@chymz: please create new npm package and add release files. Thank you.

yabab-dev commented 3 years ago

1.3.2 is published, thanks @Timebutt & @kzimny !

kzimny commented 3 years ago

Could you please publish the latest release files: https://github.com/chymz/ng2-ckeditor/releases Thanks!